[PATCH] Corrected description of linking with vector math library

Andrew Senkevich andrew.n.senkevich@gmail.com
Thu Jun 25 20:55:00 GMT 2015


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.

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

Ok?


--
WBR,
Andrew



More information about the Libc-alpha mailing list