Skip to content

Commit

Permalink
rationality
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Piolat committed Oct 26, 2024
1 parent 78c56ae commit ca0291d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Here are the source for semantics:
* GDC (version 12 or later) with -mavx -mavx2 (the template doesn't build without -mavx)
* LDC (version 1.24+ or later) with -mtriple arm64, -O2, -O0, -mattr=+avx2, etc.

- Do not add AVX-512 or AVX-10 intrinsics, they are out of scope.

- I implore you to do intrinsics **one by one**, not all at once. This is **very** detailed work, it's not possible nor desirable to go fast while writing intrinsics.
* Please don't go fast.
Expand Down

0 comments on commit ca0291d

Please sign in to comment.