DirectXTex
DirectXTex copied to clipboard
Update compiler build settings for CMake
-
VS 2019 (17.7) introduces a new switch for optimizing large switch statements (
/jumptablerdata
). -
GNU still defaults to x87 math code-gen on x86, so this opts into SSE/SSE2 math generation.