mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
6 lines
187 B
C
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 */
|