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
*
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
*
Use ABSL_HAVE_BUILTIN to fix -Wundef __has_builtin warning
Derek Mauro
2022-11-28
*
Fix AMD cpu detection.
Ilya Tokar
2022-11-23
*
CRC: Get CPU detection and hardware acceleration working on MSVC x86(_64)
Derek Mauro
2022-11-23
*
Use the correct Bazel copts in crc targets
Derek Mauro
2022-11-14
*
CRC: Ensure SupportsArmCRC32PMULL() is defined
Derek Mauro
2022-11-10
*
Release the CRC library
Derek Mauro
2022-11-09