xad
xad copied to clipboard
Removed -mavx flag
Description
The simple change made was removing the -mavx flag from the AVX SIMD option. This is a hotfix to allow building with AppleClang14 with Apple Silicon architecture.
Type of change
- Bug fix (non-breaking change which fixes an issue for a specific platform)
Test Results
29 files ±0 29 suites ±0 10m 58s :stopwatch: +8s 1 275 tests ±0 1 275 :white_check_mark: ±0 0 :zzz: ±0 0 :x: ±0 36 937 runs ±0 36 937 :white_check_mark: ±0 0 :zzz: ±0 0 :x: ±0
Results for commit bdf019a9. ± Comparison against base commit c17c084a.
With the other PR getting finalised, will this one still be needed?
There's no need to pursue this PR; the other PR covers the fixes intended by this branch.