time.h: Include immintrin.h on x86_64 macOS

This commit is contained in:
Luke Street
2026-05-17 22:25:12 -04:00
parent 2da6590657
commit 7919c6110d
+3
View File
@@ -19,6 +19,9 @@
#endif
#ifdef __APPLE__
#include <mach/mach_time.h>
#if defined(__x86_64__) || defined(__i386__)
#include <immintrin.h>
#endif
#endif
class Limiter {