Skip to content
Snippets Groups Projects
Commit 2785bed7 authored by Joerg Sonnenberger's avatar Joerg Sonnenberger
Browse files

Rename bit_RDRAND to bit_RDRND to match GCC's version of this header.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218823 91177308-0d34-0410-b5e6-96231b3b80d8
parent 2b673199
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
#define bit_XSAVE 0x04000000
#define bit_OSXSAVE 0x08000000
#define bit_AVX 0x10000000
#define bit_RDRAND 0x40000000
#define bit_RDRND 0x40000000
/* Features in %edx for level 1 */
#define bit_FPU 0x00000001
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment