Closed mghibaudi closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
e183b7a
) to head (81c27b1
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi @mghibaudi thanks for this, what's the reason for changing -O3
to -O2
? I'd have thought it would be preferable to keep -O3
for arm64, for example.
Good point Oscar - tested on ARM and IBM PowerPC g++. -O3 is supported.
Great, thanks!
CMake does not use the -mno-avx2 flag on non x86_64 architecture, e.g. PowerPC and ARM architectures.