Alexandre Julliard pushed to branch master at wine / wine
Commits: 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.
- - - - -
5 changed files:
- dlls/ntdll/unix/signal_i386.c - dlls/ntdll/unix/signal_x86_64.c - dlls/ntdll/unix/system.c - dlls/ntdll/unix/unix_private.h - include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/06b1a49f5b3e1a5bb109f276a276e6...