summaryrefslogtreecommitdiff
path: root/socket
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2025-11-10 10:28:58 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2025-11-17 11:17:07 -0300
commitedd4dc7dc830a4e3ba52058c75fc5eda9e800f17 (patch)
treecfe5ccb156beba2b26cb0567c6d1b4548d7acef4 /socket
parent13cfd77bf5679e8a888a63e233fb60529177b278 (diff)
x86: Use -mavx instead of -msse2avx
clang supports -msse2avx from version 19 and onwards, but it should be gated as an option to assembler (either with -Wa or -Xassembler). The -DSSE2AVX option was used because there were asm statements with SSE-only instructions which was fixed by commit ff8be6152bc. Now we can simply use -mavx. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'socket')
0 files changed, 0 insertions, 0 deletions