diff options
Diffstat (limited to 'clang/lib/Headers/sgxintrin.h')
-rw-r--r-- | clang/lib/Headers/sgxintrin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Headers/sgxintrin.h b/clang/lib/Headers/sgxintrin.h index 20694f5d37d..20aee766103 100644 --- a/clang/lib/Headers/sgxintrin.h +++ b/clang/lib/Headers/sgxintrin.h @@ -21,7 +21,7 @@ *===-----------------------------------------------------------------------=== */ -#ifndef __X86INTRIN_H +#if !defined __X86INTRIN_H && !defined __IMMINTRIN_H #error "Never use <sgxintrin.h> directly; include <x86intrin.h> instead." #endif |