[KERNEL32_APITEST] Enable SSE for TestSSEExceptions. CORE-17202
authorThomas Faber <thomas.faber@reactos.org>
Sat, 15 Aug 2020 19:39:34 +0000 (21:39 +0200)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 23 Aug 2020 10:07:38 +0000 (12:07 +0200)
commit32f17b34f57f65ef9bf9eb989c6ffaa67c836e5f
tree474dfd8a3a4c4606c93badcf72c33d2161285546
parent44ae567e396c8b6c68ae90bc5c30b76c3fd83772
[KERNEL32_APITEST] Enable SSE for TestSSEExceptions. CORE-17202

Clang will not let us use SSE intrinsics at all when compiling for a
target that doesn't support SSE. Since this test is a special case,
we can simply fix this by changing the options for one function.
The alternative would be to use our own inline functions for the
intrinsics instead of the builtins, like we do for GCC.
modules/rostests/apitests/kernel32/SetUnhandledExceptionFilter.c