index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
crc
/
internal
Commit message (
Expand
)
Author
Age
*
PR #1653: Remove unnecessary casts when calling CRC32_u64
Pavel P
2024-04-19
*
Optimize crc32 V128_From2x64 on Arm
Connal de Souza
2024-04-04
*
Adjust conditonal compilation in non_temporal_memcpy.h
Abseil Team
2024-03-27
*
Add several missing includes in crc/internal
Abseil Team
2024-03-13
*
Disable ubsan for benign unaligned access in crc_memcpy
Abseil Team
2024-03-12
*
Delete a stray comment
Abseil Team
2024-03-12
*
PR #1617: fix MSVC 32-bit build with -arch:AVX
Stanislaw Halik
2024-02-15
*
Migrate empty CrcCordState to absl::NoDestructor.
Abseil Team
2024-01-18
*
Avoid using the non-portable type __m128i_u.
Derek Mauro
2023-10-26
*
Add entries for Neoverse N2,V1, and V2 into CRC dynamic dispatch table.
Connal de Souza
2023-10-06
*
Optimize CRC32 for Ampere Siryn
Connal de Souza
2023-09-26
*
Optimize CRC32 Extend for large inputs on Arm
Connal de Souza
2023-09-21
*
Remove implicit int64_t->uint64_t conversion in ARM version of V128_Extract64
Abseil Team
2023-09-15
*
Rename x86 crc_memcpy tests since they cover ARM as well
Abseil Team
2023-09-07
*
Roll forward support for ARM intrinsics in crc_memcpy
Abseil Team
2023-09-07
*
Rollback adding support for ARM intrinsics
Abseil Team
2023-09-05
*
Add support for ARM intrinsics in crc_memcpy
Abseil Team
2023-09-05
*
Fix incorrect CRC returned by AcceleratedCrcMemcpyEngine when kRegions == 1
Abseil Team
2023-08-31
*
Add CPU detection for Ampere Siryn
Abseil Team
2023-08-30
*
Enable non_temporal_store_memcpy for AMD Milan, Genoa, and Ryzen 3000
Abseil Team
2023-08-29
*
Add CPU detection for AMD Genoa and Ryzen 3000
Abseil Team
2023-08-29
*
Use fallback engine for as the non-temporal engine for unknown CPU types
Abseil Team
2023-08-29
*
Include what you spell
Dmitri Gribenko
2023-08-08
*
Removes unused methods CRC::Empty() and CRC::Concat() from the internal
Abseil Team
2023-06-12
*
Add a declaration for __cpuid for the IntelLLVM compiler.
niranjan-nilakantan
2023-05-23
*
Rollback of add a declaration for __cpuid for the IntelLLVM compiler.
Abseil Team
2023-05-22
*
Merge pull request #1452 from niranjan-nilakantan:niranjan-nilakantan/issue1358
Copybara-Service
2023-05-22
*
Fix spelling mistakes
Vertexwahn
2023-05-02
*
Merge pull request #1434 from Vertexwahn:fix-spelling
Copybara-Service
2023-04-25
|
\
|
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
|
/
*
Workaround for MSVC warning that designated initializers are a C++20 feature
Derek Mauro
2023-03-15
*
Use const and static for member functions
Rose
2023-03-07
*
Merge pull request #1394 from AtariDreams:constructors
Copybara-Service
2023-02-21
|
\
|
*
Convert empty constructors to default ones
Rose
2023-02-17
*
|
Prefer emplace back over push_back where emplace_back is more appropriate
Rose
2023-02-16
|
/
*
Don't assume that AVX implies PCLMULQDQ when using LLVM on Windows.
Saran Tunyasuvunakool
2023-02-07
*
Replace absl::base_internal::Prefetch* calls with absl::Prefetch* calls
Martijn Vels
2023-01-27
*
Don't use Arm vector intrinsics when compiling with CUDA in device mode.
Abseil Team
2023-01-11
*
Require 64-bit builds on x86 to use AcceleratedCrcMemcpyEngine
Derek Mauro
2023-01-05
*
Require 64-bit builds on x86 to use CRC32 hardware acceleration
Derek Mauro
2023-01-04
*
Add prefetch to crc32
Ilya Tokar
2022-12-13
*
Add a define for HWCAP_CPUID on platforms that are missing it
Derek Mauro
2022-12-12
*
Allow Cord to store chunked checksums
Derek Mauro
2022-12-11
*
Merge pull request #1338 from MBkkt:patch-5
Copybara-Service
2022-12-06
|
\
|
*
Update non_temporal_memcpy.h
Valery Mironov
2022-12-06
|
/
*
Fixes many compilation issues that come from having no external CI
Derek Mauro
2022-11-30
*
Fix MSVC builds that reject C-style arrays of size 0
Derek Mauro
2022-11-29
*
Remove deprecated use of absl::ToCrc32c()
Derek Mauro
2022-11-29
*
CRC: Make crc32c_t as a class for explicit control of operators
Derek Mauro
2022-11-29
*
Avoid using the non-portable type __m128i_u.
Derek Mauro
2022-11-28
[next]