mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 00:09:02 +00:00
Support building for Windows on 64-bit Arm (#2355)
Support to build for Windows on Arm.
This commit is contained in:
committed by
GitHub
parent
4115d04ae0
commit
aef863afa2
@@ -786,7 +786,9 @@ int __builtin_clz(unsigned int pattern)
|
||||
#endif // !__has_builtin(__builtin_clz)
|
||||
|
||||
#include <intrin.h>
|
||||
#if !defined(_M_ARM64)
|
||||
#include <emmintrin.h>
|
||||
#endif
|
||||
|
||||
int usleep(int usec)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user