diff mbox

Corrected description of linking with vector math library

Message ID CAMXFM3sg_unx8b=SfhX3xXo0Z2T4N9pAnVp7feT8gPDM4mgGsw@mail.gmail.com
State New
Headers show

Commit Message

Andrew Senkevich June 25, 2015, 11:15 a.m. UTC
Hi,

here is more correct description of linking with vector math library.

2015-06-25  Andrew Senkevich  <andrew.senkevich@intel.com>

        * NEWS: Fixed description of link with vector math library.


Ok?


--
WBR,
Andrew

Comments

Joseph Myers June 25, 2015, 4:28 p.m. UTC | #1
On Thu, 25 Jun 2015, Andrew Senkevich wrote:

> Hi,
> 
> here is more correct description of linking with vector math library.

OK (I'll leave it to Carlos to wordsmith the NEWS entries).
diff mbox

Patch

diff --git a/NEWS b/NEWS
index e8c84b8..7da9d0a 100644
--- a/NEWS
+++ b/NEWS
@@ -60,8 +60,8 @@  Version 2.22
   pow, powf.
   The library can be disabled with --disable-mathvec. Use of the functions is
   enabled with -fopenmp -ffast-math starting from -O1 for GCC version >= 4.9.0.
-  The library is linked in as needed when using -lm (no need to specify -lmvec
-  explicitly).
+  Shared library libmvec.so is linked in as needed when using -lm (no need to
+  specify -lmvec explicitly for not static builds).
   Visit <https://sourceware.org/glibc/wiki/libmvec> for detailed information.
 ^L
 Version 2.21