You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #pragma once
-
- #if defined ARCH_X64
- // Intel intrinsics header
- #include <x86intrin.h>
- #elif defined ARCH_ARM64
- // Translation header for using SSE3 intrinsics on ARM64 NEON
- #include <sse2neon.h>
- #endif
|