cosmopolitan/third_party/intel/x86intrin.internal.h

13 lines
412 B
C
Raw Permalink Normal View History

#if defined(__x86_64__) && !(__ASSEMBLER__ + __LINKER__ + 0)
2023-04-27 09:56:41 +00:00
#ifndef _X86INTRIN_H_INCLUDED
#define _X86INTRIN_H_INCLUDED
#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"
#endif
#endif
#endif