You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Rationale for this change
Fix the build on MacOS with newest xsimd version.
A fix for an internal bug in xsimd had been added in apacheGH-49449apacheGH-49450 to boost performances.
Now that the fix has been merged in xsimd 14.1.0, the internals have changed leading to the failure.
The ported fix is kept for older xsimd versions until we can set a minimum xsimd version of 14.1.0.
### What changes are included in this PR?
Remove a backported fix on xsimd versions that include it.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: apache#49579
Authored-by: AntoinePrv <AntoinePrv@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
0 commit comments