2023-06-05 07:37:25 +00:00
|
|
|
/* clang-format off */
|
|
|
|
#if defined(__x86_64__) && !(__ASSEMBLER__ + __LINKER__ + 0)
|
2023-04-27 09:56:41 +00:00
|
|
|
#ifndef _X86INTRIN_H_INCLUDED
|
|
|
|
#define _X86INTRIN_H_INCLUDED
|
2023-06-05 07:37:25 +00:00
|
|
|
#include "third_party/intel/x86gprintrin.internal.h"
|
2023-04-27 09:56:41 +00:00
|
|
|
#ifndef __iamcu__
|
|
|
|
#include "third_party/intel/immintrin.internal.h"
|
|
|
|
#include "third_party/intel/mm3dnow.internal.h"
|
|
|
|
#include "third_party/intel/fma4intrin.internal.h"
|
|
|
|
#include "third_party/intel/xopintrin.internal.h"
|
2023-06-05 07:37:25 +00:00
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|