mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Add Intel intrinsics headers
This commit is contained in:
parent
369f9740de
commit
b7bf052a4b
121 changed files with 47114 additions and 849 deletions
19
third_party/intel/x86intrin.internal.h
vendored
Normal file
19
third_party/intel/x86intrin.internal.h
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
#ifndef _X86INTRIN_H_INCLUDED
|
||||
#define _X86INTRIN_H_INCLUDED
|
||||
#include "third_party/intel/ia32intrin.internal.h"
|
||||
|
||||
#ifndef __iamcu__
|
||||
/* clang-format off */
|
||||
#include "third_party/intel/immintrin.internal.h"
|
||||
#include "third_party/intel/mm3dnow.internal.h"
|
||||
#include "third_party/intel/fma4intrin.internal.h"
|
||||
#include "third_party/intel/xopintrin.internal.h"
|
||||
#include "third_party/intel/lwpintrin.internal.h"
|
||||
#include "third_party/intel/tbmintrin.internal.h"
|
||||
#include "third_party/intel/popcntintrin.internal.h"
|
||||
#include "third_party/intel/mwaitxintrin.internal.h"
|
||||
#include "third_party/intel/clzerointrin.internal.h"
|
||||
/* clang-format on */
|
||||
#endif /* __iamcu__ */
|
||||
|
||||
#endif /* _X86INTRIN_H_INCLUDED */
|
Loading…
Add table
Add a link
Reference in a new issue