-
700fe813
by Alexandre Julliard at 2025-05-28T09:55:45+02:00
ntdll: Get rid of the cached cpu_info structure.
-
837358a5
by Alexandre Julliard at 2025-05-28T09:57:35+02:00
ntdll: Generate the CPU features bits from the user shared data.
-
4a5fade6
by Alexandre Julliard at 2025-05-28T10:12:04+02:00
ntdll: Don't bother checking for cpuid availability.
We already require more recent instructions like cmpxchg8b.
-
a9b41685
by Alexandre Julliard at 2025-05-28T10:22:40+02:00
ntdll: Check directly for valid %fs register instead of using a syscall flag.
-
3ccc26a5
by Alexandre Julliard at 2025-05-28T10:23:54+02:00
ntdll: Check for wrfsbase availability from the user shared data.
-
3aea18c9
by Alexandre Julliard at 2025-05-28T10:27:22+02:00
ntdll: Check for xsavec availability from the user shared data.
-
9b8c88f1
by Alexandre Julliard at 2025-05-28T10:33:37+02:00
ntdll: Check for fxsave availability from the user shared data.
-
f2b2c470
by Alexandre Julliard at 2025-05-28T17:59:57+02:00
ntdll: Check for xsave availability from the user shared data.