cosmopolitan/libc/isystem/mmintrin.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
295 B
C
Raw Normal View History

2023-04-27 09:56:41 +00:00
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_MMINTRIN_INTERNAL_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_MMINTRIN_INTERNAL_H_
#ifdef __clang__
#include "third_party/intel/clang/mmintrin.h"
#else
2023-04-27 09:56:41 +00:00
#include "third_party/intel/mmintrin.internal.h"
#endif
2023-04-27 09:56:41 +00:00
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_MMINTRIN_INTERNAL_H_ */