index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utils
/
cpuid.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-153
/
+0
*
Add CPUID::print
lloyd
2013-12-31
1
-0
/
+3
*
Clean up GCM. Add CLMUL support.
lloyd
2013-12-27
1
-4
/
+4
*
Add CPUID check for AVX-512
lloyd
2013-12-25
1
-0
/
+7
*
Add cpuid support for new x86 feature flags like AVX2 and RDSEED
lloyd
2013-12-14
1
-12
/
+41
*
Always include modules requiring ISA extensions as long as the
lloyd
2013-04-17
1
-7
/
+0
*
We were checking the wrong bit for rdrand support. Found using SDE's
lloyd
2012-05-10
1
-1
/
+1
*
Detect (though not using) the CPUID bit for the RDRAND instruction
lloyd
2011-06-16
1
-1
/
+8
*
s/u32bit/size_t/ in utils
lloyd
2010-10-13
1
-2
/
+2
*
Add support in CPUID for detecting PCMULUDQ and MOVBE instructions.
lloyd
2010-07-27
1
-4
/
+18
*
Modify CPUID so all the check functions are purely inline. Add a new
lloyd
2010-07-26
1
-9
/
+16
*
Simplify feature checks
lloyd
2010-06-28
1
-7
/
+12
*
Add detection support for upcoming AVX
lloyd
2010-06-25
1
-1
/
+8
*
Doxygen
lloyd
2010-06-21
1
-9
/
+9
*
More Doxygen updates/fixes
lloyd
2010-06-15
1
-0
/
+3
*
Use "/*" instead of "/**" in starting comments at the begining of a file.
lloyd
2010-06-07
1
-1
/
+1
*
Remove stubs for VIA Padlock support. I have no plans to implement it
lloyd
2010-01-05
1
-7
/
+1
*
Add missing BOTAN_DLL exports.
lloyd
2009-12-16
1
-1
/
+1
*
Rename CPUID::has_intel_aes to has_aes_intel, and add CPUID::has_aes_via,
lloyd
2009-11-10
1
-2
/
+11
*
Add CPUID::have_altivec for AltiVec runtime detection.
lloyd
2009-10-29
1
-0
/
+1
*
Add cpuid check for Intel AES
lloyd
2009-09-30
1
-1
/
+8
*
Significantly rework CPUID support. Add cache line detection
lloyd
2009-09-29
1
-26
/
+42
*
Add runtime cpuid support. Check in the SSE2 engine that SSE2 is actually
lloyd
2009-09-25
1
-0
/
+51