cosmopolitan/third_party/intel/nmmintrin.internal.h
2023-05-10 04:20:47 -07:00

6 lines
187 B
C

#ifndef _NMMINTRIN_H_INCLUDED
#define _NMMINTRIN_H_INCLUDED
#ifdef __x86_64__
#include "third_party/intel/smmintrin.internal.h"
#endif /* __x86_64__ */
#endif /* _NMMINTRIN_H_INCLUDED */