Skip to content

Commit 43dda4b

Browse files
authored
[clang][doc] Add release note for changes to -fveclib={ArmPL,SLEEF} (#113673)
Changed in #112580.
1 parent 183ddef commit 43dda4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,11 @@ Modified Compiler Flags
302302
the ``promoted`` algorithm for complex division when possible rather than the
303303
less basic (limited range) algorithm.
304304

305+
- The ``-fveclib`` option has been updated to enable ``-fno-math-errno`` for
306+
``-fveclib=ArmPL`` and ``-fveclib=SLEEF``. This gives Clang more opportunities
307+
to utilize these vector libraries. The behavior for all other vector function
308+
libraries remains unchanged.
309+
305310
Removed Compiler Flags
306311
-------------------------
307312

0 commit comments

Comments
 (0)