Describe the enhancement requested
The builds are using a mix of pinned xsimd 13 and unpined (14), however these two version have different API.
Update xsimd to 14.0.0 to benefit from latest developments.
Also required to keep a recent version we want to use it for CPU feature detection as discussed in GH-45331.
Alternatively (in case we cannot upgrade right now), pin all build to <14.0.
Component(s)
C++
Describe the enhancement requested
The builds are using a mix of pinned xsimd
13and unpined (14), however these two version have different API.Update xsimd to 14.0.0 to benefit from latest developments.
Also required to keep a recent version we want to use it for CPU feature detection as discussed in GH-45331.
Alternatively (in case we cannot upgrade right now), pin all build to
<14.0.Component(s)
C++