Closed thesamesam closed 2 years ago
Clang 15 makes -Wimplicit-int an error by default.
Before this fix, configure would think SSE2 support is not present when it is:
checking whether compiler supports SSE2... no
Signed-off-by: Sam James sam@gentoo.org
Ouch, I see. It seems a typo to me, thanks for spotting that.
Thanks!
Clang 15 makes -Wimplicit-int an error by default.
Before this fix, configure would think SSE2 support is not present when it is:
Signed-off-by: Sam James sam@gentoo.org