X86_64-v2 (missing flag: movbe) Is the minimum v2 or v3?

opensuse-migration-tool refuses to update. Well machine too old.
But what puzzles me: “The minimum baseline is x86_64-v2”
According to the reference: x86-64 - Wikipedia
movbe is v3, not v2
CPU in question is a i7 970

https://bugzilla.opensuse.org/show_bug.cgi?id=1250896

1 Like

Thanks. That explains and fixes it. But now I am out for xsave :slight_smile: Really need to update my machine

I have an older i5-660 running since upgraded to 16.0pre-alpha from 15.6 last January:

# inxi -CS
System:
  Host: hp750 Kernel: 6.12.0-160000.5-default arch: x86_64 bits: 64
  Desktop: KDE v: 3.5.10 Distro: openSUSE Leap 16.0
CPU:
  Info: dual core model: Intel Core i5 660
# /lib64/ld-linux-x86-64.so.2 --help | tail -n17
This program interpreter self-identifies as: /lib64/ld-linux-x86-64.so.2

Shared library search path:
  (libraries located via /etc/ld.so.cache)
  /lib64 (system search path)
  /usr/lib64 (system search path)

Subdirectories of glibc-hwcaps directories, in priority order:
  x86-64-v4
  x86-64-v3
  x86-64-v2 (supported, searched)
#

:grin: