]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Implement AVX2 runtime detection instead of using blake3's
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 30 Mar 2024 09:02:27 +0000 (10:02 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Apr 2024 08:14:29 +0000 (10:14 +0200)
commit14a60d8099abcd028eede92a7a7634af99662fb8
tree6cd29d76f81f4302b957a356d010f3dd9e5b2c99
parent20923df20cf27be693c6eabb359df8e3e0c47b37
refactor: Implement AVX2 runtime detection instead of using blake3's
13 files changed:
ci/build
cmake/GenerateConfigurationFile.cmake
cmake/config.h.in
src/ccache/core/mainoptions.cpp
src/ccache/hashutil.cpp
src/ccache/storage/Storage.cpp
src/ccache/storage/Storage.hpp
src/ccache/util/CMakeLists.txt
src/ccache/util/cpu.cpp [new file with mode: 0644]
src/ccache/util/cpu.hpp [new file with mode: 0644]
src/third_party/blake3/CMakeLists.txt
src/third_party/blake3/blake3_cpu_supports_avx2.h [deleted file]
src/third_party/blake3/blake3_dispatch_ccache.c [deleted file]