]> git.pld-linux.org Git - packages/highway.git/commitdiff
- updated to 1.1.0
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Mar 2024 16:53:52 +0000 (17:53 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Mar 2024 16:53:52 +0000 (17:53 +0100)
highway-float16.patch [deleted file]
highway-no-avx.patch
highway.spec

diff --git a/highway-float16.patch b/highway-float16.patch
deleted file mode 100644 (file)
index 83a8519..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- highway-1.0.6/hwy/base.h.orig      2023-08-11 15:54:08.000000000 +0200
-+++ highway-1.0.6/hwy/base.h   2023-08-21 20:19:20.042867861 +0200
-@@ -381,7 +381,7 @@ using float16_t = __fp16;
- //    which is missing __extendhfsf2.
- #elif (                                                                        \
-     (HWY_ARCH_RVV && defined(__riscv_zvfh) && HWY_COMPILER_CLANG) ||           \
--    (HWY_ARCH_X86 && ((HWY_COMPILER_CLANG >= 1600 && !HWY_COMPILER_CLANGCL) || \
-+    (HWY_ARCH_X86 && defined(__sse2__) && ((HWY_COMPILER_CLANG >= 1600 && !HWY_COMPILER_CLANGCL) || \
-                       HWY_COMPILER_GCC_ACTUAL >= 1200)))
- using float16_t = _Float16;
- // 3) Otherwise emulate
index 583cb5629ed9e972d0646e7a63628eaa9d6f06c9..98f92cac18ab0336b38f025992c9f1b0fdf87b29 100644 (file)
@@ -1,11 +1,11 @@
 With gcc 13 AVX is used in static initialization in math_test.cc
---- highway-1.0.6/CMakeLists.txt.orig  2023-08-11 15:54:08.000000000 +0200
-+++ highway-1.0.6/CMakeLists.txt       2023-08-21 21:31:34.886441037 +0200
-@@ -564,7 +564,6 @@ list(APPEND HWY_TEST_FILES
+--- highway-1.1.0/CMakeLists.txt.orig  2024-03-26 06:11:37.242346683 +0100
++++ highway-1.1.0/CMakeLists.txt       2024-03-26 06:14:45.194365491 +0100
+@@ -618,7 +618,6 @@ list(APPEND HWY_TEST_FILES
    hwy/contrib/image/image_test.cc
    # Disabled due to SIGILL in clang7 debug build during gtest discovery phase,
    # not reproducible locally. Still tested via bazel build.
 -  hwy/contrib/math/math_test.cc
    hwy/contrib/sort/sort_test.cc
    hwy/contrib/sort/bench_sort.cc
-   hwy/contrib/unroller/unroller_test.cc
+   hwy/contrib/thread_pool/thread_pool_test.cc
index dd2b2aa84357f782a4ffe048c95466103228c21c..7b8d6ad4b3660a284adf4857b1abe6848ed3e831 100644 (file)
@@ -7,15 +7,14 @@
 Summary:       Efficient and performance-portable SIMD
 Summary(pl.UTF-8):     Wydajne i przenoĊ›ne operacje SIMD
 Name:          highway
-Version:       1.0.6
-Release:       2
+Version:       1.1.0
+Release:       1
 License:       Apache v2.0
 Group:         Libraries
 #Source0Download: https://github.com/google/highway/releases
 Source0:       https://github.com/google/highway/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 405abf8d94b618befd44b2cb60a90c0e
-Patch0:                %{name}-float16.patch
-Patch1:                %{name}-no-avx.patch
+# Source0-md5: 6a5d433b66626afbd3fcc5884d2f270a
+Patch0:                %{name}-no-avx.patch
 URL:           https://github.com/google/highway
 BuildRequires: cmake >= 3.10
 %{?with_tests:BuildRequires:   gtest-devel}
@@ -88,7 +87,6 @@ Dokumentacja API biblioteki Highway.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 install -d build
This page took 0.277505 seconds and 4 git commands to generate.