We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-fveclib={ArmPL,SLEEF}
1 parent fd48b93 commit e039e73Copy full SHA for e039e73
clang/docs/ReleaseNotes.rst
@@ -302,6 +302,11 @@ Modified Compiler Flags
302
the ``promoted`` algorithm for complex division when possible rather than the
303
less basic (limited range) algorithm.
304
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
+
310
Removed Compiler Flags
311
-------------------------
312
0 commit comments