aboutsummaryrefslogtreecommitdiff
path: root/absl/crc
Commit message (Expand)AuthorAgeFilesLines
...
* Add a define for HWCAP_CPUID on platforms that are missing itDerek Mauro2022-12-121-0/+4
* Allow Cord to store chunked checksumsDerek Mauro2022-12-117-9/+474
* Merge pull request #1338 from MBkkt:patch-5Copybara-Service2022-12-061-2/+2
|\
| * Update non_temporal_memcpy.hValery Mironov2022-12-061-1/+0
|/
* Fixes many compilation issues that come from having no external CIDerek Mauro2022-11-306-258/+275
* Remove unused iostream include from crc32c.hDerek Mauro2022-11-291-1/+0
* Fix MSVC builds that reject C-style arrays of size 0Derek Mauro2022-11-291-4/+5
* Remove deprecated use of absl::ToCrc32c()Derek Mauro2022-11-291-15/+15
* CRC: Make crc32c_t as a class for explicit control of operatorsDerek Mauro2022-11-296-43/+52
* Avoid using the non-portable type __m128i_u.Derek Mauro2022-11-281-3/+3
* Use ABSL_HAVE_BUILTIN to fix -Wundef __has_builtin warningDerek Mauro2022-11-283-2/+9
* 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-235-74/+111
* Use the correct Bazel copts in crc targetsDerek Mauro2022-11-142-1/+5
* CRC: Ensure SupportsArmCRC32PMULL() is definedDerek Mauro2022-11-102-2/+4
* Release the CRC libraryDerek Mauro2022-11-0923-0/+4269