about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew Senkevich <andrew.senkevich@intel.com>2015-06-25 19:46:50 +0300
committerAndrew Senkevich <andrew.senkevich@intel.com>2015-06-25 19:46:50 +0300
commit037e4b993fe03d33055f92dddf7242abd9f6d1de (patch)
treeebdf6f64ab7b3756a15201ddfd1009956ff91a11 /NEWS
parent7c2ce714d4e853aadbec13b920576fdfada520f1 (diff)
downloadglibc-037e4b993fe03d33055f92dddf7242abd9f6d1de.tar.gz
glibc-037e4b993fe03d33055f92dddf7242abd9f6d1de.tar.xz
glibc-037e4b993fe03d33055f92dddf7242abd9f6d1de.zip
More correct description of linking with vector math library.
    * NEWS: Fixed description of link with vector math library.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 35a077e255..c9be0e44f1 100644
--- a/NEWS
+++ b/NEWS
@@ -61,8 +61,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.
 
 Version 2.21