mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
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
|