Alexandre Julliard pushed to branch master at wine / wine
Commits: 10b8c036 by Martin Storsjö at 2024-08-26T12:48:29+02:00 ntdll: Improve ARM feature checking from /proc/cpuinfo.
Don't use strstr() for finding features - some feature names may be substrings of other feature names.
Verify that the strings that are found are surrounded by whitespace, or are located at the start/end of the string.
- - - - - 9df7b337 by Martin Storsjö at 2024-08-26T12:48:32+02:00 include: Add new PF_* constants.
These were defined in WinSDK 10.0.26100.
- - - - - 8274cd1f by Martin Storsjö at 2024-08-26T12:48:34+02:00 arm64: Detect new processor features.
- - - - -
5 changed files:
- dlls/ntdll/signal_arm64.c - dlls/ntdll/unix/system.c - include/winnt.h - include/winternl.h - programs/wineboot/wineboot.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a2fc6d4f90e33182dfcae3747f364...