mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Fix spelling
This commit is contained in:
parent
6662db63e3
commit
8dd4103fca
2
cpu.cpp
2
cpu.cpp
@ -680,7 +680,7 @@ bool CRYPTOPP_SECTION_INIT g_hasSM3 = false;
|
||||
bool CRYPTOPP_SECTION_INIT g_hasSM4 = false;
|
||||
word32 CRYPTOPP_SECTION_INIT g_cacheLineSize = CRYPTOPP_L1_CACHE_LINE_SIZE;
|
||||
|
||||
// ARM does not have an unprivliged equivalent to CPUID on IA-32. We have to
|
||||
// ARM does not have an unprivileged equivalent to CPUID on IA-32. We have to
|
||||
// jump through some hoops to detect features on a wide array of platforms.
|
||||
// Our strategy is two part. First, attempt to *Query* the OS for a feature,
|
||||
// like using getauxval on Linux. If that fails, then *Probe* the cpu
|
||||
|
Loading…
Reference in New Issue
Block a user