aboutsummaryrefslogtreecommitdiff
path: root/absl/crc/internal/crc_non_temporal_memcpy.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add several missing includes in crc/internalAbseil Team2024-03-131-1/+1
| | | | | PiperOrigin-RevId: 615504707 Change-Id: Ia0e8211bd3c3d28fd0715c8f296ec50f6a700757
* Release the CRC libraryDerek Mauro2022-11-091-0/+93
This implementation can advantage of hardware acceleration available on common CPUs when using GCC and Clang. A future update may enable this on MSVC as well. PiperOrigin-RevId: 487327024 Change-Id: I99a8f1bcbdf25297e776537e23bd0a902e0818a1