SHA256
1
0
forked from pool/zmusic

- Drop -msse/-msse2, CPUID guards do not help.

OBS-URL: https://build.opensuse.org/package/show/games/zmusic?expand=0&rev=14
This commit is contained in:
Jan Engelhardt 2022-07-04 22:20:47 +00:00 committed by Git OBS Bridge
parent c1c576c2d8
commit 79dee6f784
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 4 21:46:43 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Drop -msse/-msse2, CPUID guards do not help.
-------------------------------------------------------------------
Thu Jun 23 21:46:14 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -72,12 +72,6 @@ music component library.
# There is handcrafted assembler, which LTO does not play nice with.
%define _lto_cflags %nil
%ifarch %ix86
# Allow sw to use intrinsics (functions like _mm_set_sd).
# Guarded by cpuid calls by sw.
export CFLAGS="%optflags -msse -msse2"
export CXXFLAGS="%optflags -msse -msse2"
%endif
%cmake -DNO_STRIP=1 \
-DCMAKE_SHARED_LINKER_FLAGS="" \
-DCMAKE_EXE_LINKER_FLAGS="" -DCMAKE_MODULE_LINKER_FLAGS="" \