Skip to content

Commit

Permalink
docs: update limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcxzyw committed Oct 11, 2023
1 parent 073fc60 commit c916abe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,7 @@ add: # @add

+ It doesn't support vectorized code yet. Currently it rewrites IR before vectorization.

+ It doesn't work with `-ffast-math` since clang will ignore the sign of floating point zeros. See also https://clang.llvm.org/docs/UsersManual.html#controlling-floating-point-behavior.

## License
This repository is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.

0 comments on commit c916abe

Please sign in to comment.