summaryrefslogtreecommitdiff
path: root/absl/crc/internal/crc_memcpy_x86_64.cc
Commit message (Expand)AuthorAge
* Workaround for MSVC warning that designated initializers are a C++20 featureGravatar Derek Mauro2023-03-15
* Replace absl::base_internal::Prefetch* calls with absl::Prefetch* callsGravatar Martijn Vels2023-01-27
* Require 64-bit builds on x86 to use AcceleratedCrcMemcpyEngineGravatar Derek Mauro2023-01-05
* Fixes many compilation issues that come from having no external CIGravatar Derek Mauro2022-11-30
* Fix MSVC builds that reject C-style arrays of size 0Gravatar Derek Mauro2022-11-29
* Remove deprecated use of absl::ToCrc32c()Gravatar Derek Mauro2022-11-29
* Avoid using the non-portable type __m128i_u.Gravatar Derek Mauro2022-11-28
* CRC: Get CPU detection and hardware acceleration working on MSVC x86(_64)Gravatar Derek Mauro2022-11-23
* Release the CRC libraryGravatar Derek Mauro2022-11-09