index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
crc
/
internal
/
crc_memcpy_x86_64.cc
Commit message (
Expand
)
Author
Age
*
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
*
Enable non_temporal_store_memcpy for AMD Milan, 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
*
Workaround for MSVC warning that designated initializers are a C++20 feature
Derek Mauro
2023-03-15
*
Replace absl::base_internal::Prefetch* calls with absl::Prefetch* calls
Martijn Vels
2023-01-27
*
Require 64-bit builds on x86 to use AcceleratedCrcMemcpyEngine
Derek Mauro
2023-01-05
*
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
*
Avoid using the non-portable type __m128i_u.
Derek Mauro
2022-11-28
*
CRC: Get CPU detection and hardware acceleration working on MSVC x86(_64)
Derek Mauro
2022-11-23
*
Release the CRC library
Derek Mauro
2022-11-09