cosmopolitan/third_party/intel/nmmintrin.internal.h

8 lines
208 B
C
Raw Normal View History

/* clang-format off */
#if defined(__x86_64__) && !(__ASSEMBLER__ + __LINKER__ + 0)
2023-04-27 02:56:41 -07:00
#ifndef _NMMINTRIN_H_INCLUDED
#define _NMMINTRIN_H_INCLUDED
#include "third_party/intel/smmintrin.internal.h"
#endif
#endif