Skip to content

Commit

Permalink
[clang][doc] Add release note for changes to -fveclib={ArmPL,SLEEF} (
Browse files Browse the repository at this point in the history
  • Loading branch information
MacDue authored Oct 25, 2024
1 parent 183ddef commit 43dda4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,11 @@ Modified Compiler Flags
the ``promoted`` algorithm for complex division when possible rather than the
less basic (limited range) algorithm.

- The ``-fveclib`` option has been updated to enable ``-fno-math-errno`` for
``-fveclib=ArmPL`` and ``-fveclib=SLEEF``. This gives Clang more opportunities
to utilize these vector libraries. The behavior for all other vector function
libraries remains unchanged.

Removed Compiler Flags
-------------------------

Expand Down

0 comments on commit 43dda4b

Please sign in to comment.