Files
OpenCL-CTS/CMakeLists.txt
Jose Lopez 0338fd9d39 Unblock Visual Studio ARM64EC target builds. Disable inclusion of SSE headers for non x86 targets. (#2631)
- Use `CMAKE_VS_PLATFORM_NAME` in tandem with `CMAKE_SYSTEM_PROCESSOR`
to
  set `CLConform_TARGET_ARCH`. `CMAKE_VS_PLATFORM_NAME` provides cross
  compilation information that `CMAKE_SYSTEM_PROCESSOR` lacks, like
  targeting `ARM64EC`.

- Curb the inclusion of `SSE` headers when targeting non-x86 targets.
2026-03-17 09:27:02 -07:00

8.8 KiB