aboutsummaryrefslogtreecommitdiff
path: root/absl/crc/internal/cpu_detect.cc
Commit message (Expand)AuthorAgeFilesLines
* Add entries for Neoverse N2,V1, and V2 into CRC dynamic dispatch table.Connal de Souza2023-10-061-5/+20
* Add CPU detection for Ampere SirynAbseil Team2023-08-301-0/+3
* Add CPU detection for AMD Genoa and Ryzen 3000Abseil Team2023-08-291-0/+6
* Add a declaration for __cpuid for the IntelLLVM compiler.niranjan-nilakantan2023-05-231-8/+14
* Rollback of add a declaration for __cpuid for the IntelLLVM compiler.Abseil Team2023-05-221-7/+3
* Merge pull request #1452 from niranjan-nilakantan:niranjan-nilakantan/issue1358Copybara-Service2023-05-221-3/+7
* Add a define for HWCAP_CPUID on platforms that are missing itDerek Mauro2022-12-121-0/+4
* Fix AMD cpu detection.Ilya Tokar2022-11-231-1/+1
* CRC: Get CPU detection and hardware acceleration working on MSVC x86(_64)Derek Mauro2022-11-231-39/+40
* CRC: Ensure SupportsArmCRC32PMULL() is definedDerek Mauro2022-11-101-0/+4
* Release the CRC libraryDerek Mauro2022-11-091-0/+247