commit 383afe8f9f68463244320604612de3e988328265
Author: Jakub Bogusz <[email protected]>
Date:   Tue Mar 26 17:53:52 2024 +0100

    - updated to 1.1.0

 highway-float16.patch | 11 -----------
 highway-no-avx.patch  |  8 ++++----
 highway.spec          | 10 ++++------
 3 files changed, 8 insertions(+), 21 deletions(-)
---
diff --git a/highway.spec b/highway.spec
index dd2b2aa..7b8d6ad 100644
--- a/highway.spec
+++ b/highway.spec
@@ -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
diff --git a/highway-float16.patch b/highway-float16.patch
deleted file mode 100644
index 83a8519..0000000
--- a/highway-float16.patch
+++ /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
diff --git a/highway-no-avx.patch b/highway-no-avx.patch
index 583cb56..98f92ca 100644
--- a/highway-no-avx.patch
+++ b/highway-no-avx.patch
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/highway.git/commitdiff/383afe8f9f68463244320604612de3e988328265

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to