]> gitweb.factorcode.org Git - factor.git/commitdiff
cpu.x86.features: Rename rdrnd to rdrand!
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 20 Sep 2012 19:03:10 +0000 (12:03 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 20 Sep 2012 19:03:10 +0000 (12:03 -0700)
basis/cpu/x86/features/features.factor

index 7dcc325111aa8ce9bd1fd9b4bd6e926862f569c6..d59d81f464cd1de041bb3c947ac324ceb27cebeb 100644 (file)
@@ -135,7 +135,7 @@ HOOK: (cpuid) cpu ( rax rcx regs -- )
 : osxsave? ( -- ? ) 1 cpuid third 27 bit? ;
 : avx? ( -- ? ) 1 cpuid third 28 bit? ;
 : f16c? ( -- ? ) 1 cpuid third 29 bit? ;
 : osxsave? ( -- ? ) 1 cpuid third 27 bit? ;
 : avx? ( -- ? ) 1 cpuid third 28 bit? ;
 : f16c? ( -- ? ) 1 cpuid third 29 bit? ;
-: rdrnd? ( -- ? ) 1 cpuid third 30 bit? ;
+: rdrand? ( -- ? ) 1 cpuid third 30 bit? ;
 
 : msr? ( -- ? ) 1 cpuid fourth 5 bit? ;
 : tm1? ( -- ? ) 1 cpuid fourth 29 bit? ;
 
 : msr? ( -- ? ) 1 cpuid fourth 5 bit? ;
 : tm1? ( -- ? ) 1 cpuid fourth 29 bit? ;