]> git.pld-linux.org Git - packages/highway.git/blob - highway-no-avx.patch
583cb5629ed9e972d0646e7a63628eaa9d6f06c9
[packages/highway.git] / highway-no-avx.patch
1 With gcc 13 AVX is used in static initialization in math_test.cc
2 --- highway-1.0.6/CMakeLists.txt.orig   2023-08-11 15:54:08.000000000 +0200
3 +++ highway-1.0.6/CMakeLists.txt        2023-08-21 21:31:34.886441037 +0200
4 @@ -564,7 +564,6 @@ list(APPEND HWY_TEST_FILES
5    hwy/contrib/image/image_test.cc
6    # Disabled due to SIGILL in clang7 debug build during gtest discovery phase,
7    # not reproducible locally. Still tested via bazel build.
8 -  hwy/contrib/math/math_test.cc
9    hwy/contrib/sort/sort_test.cc
10    hwy/contrib/sort/bench_sort.cc
11    hwy/contrib/unroller/unroller_test.cc
This page took 0.065441 seconds and 2 git commands to generate.