aboutsummaryrefslogtreecommitdiff
path: root/absl/crc
Commit message (Expand)AuthorAgeFilesLines
* PR #1662: Replace shift with addition in crc multiplyPavel P2024-05-072-10/+12
* PR #1653: Remove unnecessary casts when calling CRC32_u64Pavel P2024-04-191-4/+4
* Optimize crc32 V128_From2x64 on ArmConnal de Souza2024-04-042-12/+15
* Adjust conditonal compilation in non_temporal_memcpy.hAbseil Team2024-03-271-17/+18
* Replace //visibility:private with :__pkg__ for certain targetsAbseil Team2024-03-141-2/+6
* Add several missing includes in crc/internalAbseil Team2024-03-132-2/+3
* Disable ubsan for benign unaligned access in crc_memcpyAbseil Team2024-03-121-3/+8
* Delete a stray commentAbseil Team2024-03-121-1/+0
* PR #1617: fix MSVC 32-bit build with -arch:AVXStanislaw Halik2024-02-151-3/+4
* Replace `testonly = 1` with `testonly = True` in abseil BUILD files.Shahriar Rouf2024-01-311-1/+1
* Migrate empty CrcCordState to absl::NoDestructor.Abseil Team2024-01-183-4/+6
* Avoid using the non-portable type __m128i_u.Derek Mauro2023-10-262-7/+7
* Bazel: Enable the header_modules featureDerek Mauro2023-10-111-0/+1
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-101-1/+11
* Add entries for Neoverse N2,V1, and V2 into CRC dynamic dispatch table.Connal de Souza2023-10-063-5/+28
* Optimize CRC32 for Ampere SirynConnal de Souza2023-09-261-0/+3
* Optimize CRC32 Extend for large inputs on ArmConnal de Souza2023-09-211-5/+9
* Remove implicit int64_t->uint64_t conversion in ARM version of V128_Extract64Abseil Team2023-09-151-1/+1
* Rename x86 crc_memcpy tests since they cover ARM as wellAbseil Team2023-09-071-11/+12
* Roll forward support for ARM intrinsics in crc_memcpyAbseil Team2023-09-076-50/+78
* Rollback adding support for ARM intrinsicsAbseil Team2023-09-056-75/+47
* Add support for ARM intrinsics in crc_memcpyAbseil Team2023-09-056-47/+75
* Fix incorrect CRC returned by AcceleratedCrcMemcpyEngine when kRegions == 1Abseil Team2023-08-312-10/+25
* Add CPU detection for Ampere SirynAbseil Team2023-08-302-0/+4
* Enable non_temporal_store_memcpy for AMD Milan, Genoa, and Ryzen 3000Abseil Team2023-08-291-0/+6
* Add CPU detection for AMD Genoa and Ryzen 3000Abseil Team2023-08-292-0/+8
* Use fallback engine for as the non-temporal engine for unknown CPU typesAbseil Team2023-08-291-1/+0
* Include what you spellDmitri Gribenko2023-08-082-4/+5
* Implement AbslStringify for crc32c_t in order to support absl::StrFormat nati...Abseil Team2023-08-014-0/+21
* Changes absl::crc32c_t insertion operator (<<) to return value as 0-padded he...Abseil Team2023-08-014-1/+23
* Remove deprecated function.Abseil Team2023-07-311-0/+1
* Removes unused methods CRC::Empty() and CRC::Concat() from the internalAbseil Team2023-06-123-41/+0
* 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
* Fix spelling mistakesVertexwahn2023-05-024-4/+4
* Merge pull request #1434 from Vertexwahn:fix-spellingCopybara-Service2023-04-254-6/+6
|\
| * Fix some spelling mistakesVertexwahn2023-04-244-4/+4
|/
* Workaround for MSVC warning that designated initializers are a C++20 featureDerek Mauro2023-03-151-14/+14
* Use const and static for member functionsRose2023-03-072-5/+5
* Merge pull request #1394 from AtariDreams:constructorsCopybara-Service2023-02-211-3/+3
|\
| * Convert empty constructors to default onesRose2023-02-171-3/+3
* | Prefer emplace back over push_back where emplace_back is more appropriateRose2023-02-161-1/+1
|/
* Don't assume that AVX implies PCLMULQDQ when using LLVM on Windows.Saran Tunyasuvunakool2023-02-071-1/+1
* Replace absl::base_internal::Prefetch* calls with absl::Prefetch* callsMartijn Vels2023-01-273-14/+12
* Optimize RemoveCrc32cSuffix.Abseil Team2023-01-171-6/+4
* Don't use Arm vector intrinsics when compiling with CUDA in device mode.Abseil Team2023-01-111-1/+1
* Require 64-bit builds on x86 to use AcceleratedCrcMemcpyEngineDerek Mauro2023-01-053-4/+11
* Require 64-bit builds on x86 to use CRC32 hardware accelerationDerek Mauro2023-01-041-2/+4
* Add prefetch to crc32Ilya Tokar2022-12-134-1/+31