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.

9 lines
137B

  1. #pragma once
  2. #ifdef __SSE4_2__
  3. #include <nmmintrin.h>
  4. #else
  5. #define SIMDE_ENABLE_NATIVE_ALIASES
  6. #include <simde/x86/sse4.2.h>
  7. #endif