Author: Benjamin Maxwell Date: 2024-10-25T13:08:39+01:00 New Revision: 43dda4bbeb59c9b327b9b5b1fe917a7d8a5bf3bc
URL: https://github.com/llvm/llvm-project/commit/43dda4bbeb59c9b327b9b5b1fe917a7d8a5bf3bc DIFF: https://github.com/llvm/llvm-project/commit/43dda4bbeb59c9b327b9b5b1fe917a7d8a5bf3bc.diff LOG: [clang][doc] Add release note for changes to `-fveclib={ArmPL,SLEEF}` (#113673) Changed in #112580. Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index ed0c0e369fca74..9e1558d8acc99f 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -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 ------------------------- _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits