Compare commits
10 Commits
Author | SHA256 | Date | |
---|---|---|---|
e291d01fbc | |||
2670232352 | |||
db25ef7edd | |||
7fcdd82a77 | |||
521d3bdf06 | |||
7d218dae63 | |||
66c9a81292 | |||
bc45cc385f | |||
|
f8cea291f3 | ||
6510c3ae5e |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 28 09:47:16 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Disable SVE on aarch64 to fix build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 12:48:21 UTC 2025 - Takashi Iwai <tiwai@suse.com>
|
||||
|
||||
|
@@ -76,6 +76,9 @@ These are the development files for SLEEF.
|
||||
%define __builder ninja
|
||||
%cmake \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
%ifarch aarch64
|
||||
-DCOMPILER_SUPPORTS_SVE=OFF \
|
||||
%endif
|
||||
-DSLEEF_ENABLE_TLFLOAT=OFF
|
||||
%cmake_build
|
||||
|
||||
|
Reference in New Issue
Block a user