mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
7 lines
188 B
C
7 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
|