This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Corrected description of linking with vector math library


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]