Files
Android11/external/OpenCL-CTS/CMakeVendor.txt
2023-10-13 14:01:41 +00:00

9 lines
225 B
Plaintext

# We intentionally hardcode "_win32" to ensure backwards compatibility (to avoid breaking HAAVE)
if(ANDROID)
if(ARM64_V8A)
set(ARCH "64")
else(ARM64_V8A)
set(ARCH "32")
endif(ARM64_V8A)
endif (ANDROID)