build: disable supplemental sse3 requirement

This commit is contained in:
jeefo 2024-07-02 14:16:32 +03:00
commit 6f4e9d7765
No known key found for this signature in database
GPG key ID: D696786B81B667C8
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ if cxx == 'clang' or cxx == 'gcc'
]
elif cpu != 'arm' and not cpu.startswith('ppc')
cxxflags += [
'-mmmx', '-msse', '-msse2', '-msse3', '-mssse3', '-mfpmath=sse'
'-mmmx', '-msse', '-msse2', '-msse3', '-mfpmath=sse'
]
if opt_native