DirectXTex icon indicating copy to clipboard operation
DirectXTex copied to clipboard

Update compiler build settings for CMake

Open walbourn opened this issue 11 months ago • 0 comments

  • 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.

walbourn avatar Feb 27 '24 21:02 walbourn