mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
5660ec4741
This release is an atomic upgrade to GCC 14.1.0 with C23 and C++23
6 lines
188 B
C
6 lines
188 B
C
#if defined(__x86_64__) && !(__ASSEMBLER__ + __LINKER__ + 0)
|
|
#ifndef _BMMINTRIN_H_INCLUDED
|
|
#define _BMMINTRIN_H_INCLUDED
|
|
# error "SSE5 instruction set removed from compiler"
|
|
#endif
|
|
#endif
|