Support building for Windows on 64-bit Arm (#2355)

Support to build for Windows on Arm.
This commit is contained in:
Sreelakshmi Haridas Maruthur
2025-08-12 09:46:23 -06:00
committed by GitHub
parent 4115d04ae0
commit aef863afa2
9 changed files with 86 additions and 49 deletions

View File

@@ -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)
{