Upgrade to Cosmopolitan GCC 11.2.0 for x86_64

This commit is contained in:
Justine Tunney 2023-06-05 00:37:25 -07:00
parent 682b74ed88
commit 39f20dbb13
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
137 changed files with 48523 additions and 34001 deletions

View file

@ -1,21 +1,13 @@
/* clang-format off */
#if defined(__x86_64__) && !(__ASSEMBLER__ + __LINKER__ + 0)
#ifndef _X86INTRIN_H_INCLUDED
#define _X86INTRIN_H_INCLUDED
#ifdef __x86_64__
#include "third_party/intel/ia32intrin.internal.h"
#include "third_party/intel/x86gprintrin.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 /* __x86_64__ */
#endif /* _X86INTRIN_H_INCLUDED */
#endif
#endif
#endif