Skip to content

Commit

Permalink
FW: do #include <immintrin.h> in amx_common.h
Browse files Browse the repository at this point in the history
For GCC >= 12 and for Clang, we rely in it providing the intrinsics.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
  • Loading branch information
thiagomacieira committed May 8, 2024
1 parent 24430fe commit 8094949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/amx_common.h
Expand Up @@ -9,6 +9,7 @@
#ifndef signature_INTEL_ebx
#include <cpuid.h>
#endif
#include <immintrin.h>
#include <stdint.h>

#if __clang_major__ > 10 || defined(_tile_loadd)
Expand Down

0 comments on commit 8094949

Please sign in to comment.