Antoine Prouvost

Results 116 comments of Antoine Prouvost

I have a few questions on the current implementation - For the public API, wouldn't this benefit from a `std::enable_if::type`? https://github.com/xtensor-stack/xsimd/blob/23faec42b777a847a2c61f2077564186e8242903/include/xsimd/types/xsimd_api.hpp#L370 - For neon, the unsigned API takes shifts as...

Though to make it friendly to use, it's better if it is in the root folder.

@pitrou apart from R-lint, this is looking pretty good.

@pitrou I'm running this locally, and I made an error when fixing ASAN over-reading problem. These latest benchmarks are not doing well.

An immediate fix could be to only generate the `platforms` in `pixi.toml` for Conda-Forge's **build** platforms, not all the target platforms.

Hi @kylekeppler, it must come from this line: https://github.com/mamba-org/micromamba-releases/blob/7225fdb6de390fe6b69c9cfc7fa4a5447c58d81a/install.sh#L6C1-L6C36 Since this is optional, maybe we can add a fallback like so `$(ps -o comm $PPID 2>/dev/null || echo "failed" |...