cosmopolitan/libc/isystem/mwaitxintrin.h

9 lines
315 B
C
Raw Normal View History

2023-04-27 02:56:41 -07:00
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_MWAITXINTRIN_INTERNAL_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_MWAITXINTRIN_INTERNAL_H_
#ifdef __clang__
#include "third_party/intel/clang/mwaitxintrin.h"
#else
2023-04-27 02:56:41 -07:00
#include "third_party/intel/mwaitxintrin.internal.h"
#endif
2023-04-27 02:56:41 -07:00
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_MWAITXINTRIN_INTERNAL_H_ */