reactos/sdk
Timo Kreuzer 97e20ef342 [UCRT] Fix GCC/Clang build of SSE2/AVX code
On GCC the code using extended ISA cannot be inlined and must either be marked with a function attribute or compiled with the proper target options ('-mavx2' on the command line or '#pragma GCC target("avx2")' inside the code)
2025-01-16 14:18:53 +02:00
..
cmake [WIDL] Properly pass architecture flag instead of modifying the code 2025-01-15 08:29:53 +02:00
include [UCRT] Add GCC compatible __FUNCTIONW__ 2025-01-16 14:18:53 +02:00
lib [UCRT] Fix GCC/Clang build of SSE2/AVX code 2025-01-16 14:18:53 +02:00
tools [WIDL] Reduce diff to Wine-4.0 2025-01-15 08:29:53 +02:00