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
build: tune Python install for the host CPU by default
Compile the native library with -march=native (or -mcpu=native on
Apple-silicon clang) and -ffast-math when the compiler accepts them, probing
each flag first so the build degrades gracefully. Opt out with BFFT_NO_NATIVE=1
or BFFT_NO_FAST_MATH=1. Since no prebuilt binaries are distributed and the
library is always compiled on the install machine, host-native codegen is the
right default and lets the SIMD kernels actually use AVX2/AVX-512.
Also document the flags and caveats in README.md and documentation/python.md,
and switch pyproject license to an SPDX string.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments