Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions documentation/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ distributed), the build tunes for the local CPU by default. It selects, when the
compiler accepts them:

- `-O3`
- `-march=native` (or `-mcpu=native` on Apple-silicon clang) — emit AVX2/AVX-512
and other host-specific instructions.
- `-march=native` (or `-mcpu=native` on Apple-silicon clang) — emit AVX2
and other supported host-specific instructions.
- `-ffast-math` — relaxed floating-point for faster math.

Each flag is probed against your compiler first, so the build degrades
Expand Down
Loading
Loading