diff options
author | Andrew Senkevich <andrew.senkevich@intel.com> | 2015-06-25 19:46:50 +0300 |
---|---|---|
committer | Andrew Senkevich <andrew.senkevich@intel.com> | 2015-06-25 19:46:50 +0300 |
commit | 037e4b993fe03d33055f92dddf7242abd9f6d1de (patch) | |
tree | ebdf6f64ab7b3756a15201ddfd1009956ff91a11 | |
parent | 7c2ce714d4e853aadbec13b920576fdfada520f1 (diff) | |
download | glibc-037e4b993fe03d33055f92dddf7242abd9f6d1de.zip glibc-037e4b993fe03d33055f92dddf7242abd9f6d1de.tar.gz glibc-037e4b993fe03d33055f92dddf7242abd9f6d1de.tar.bz2 |
More correct description of linking with vector math library.
* NEWS: Fixed description of link with vector math library.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2015-06-25 Andrew Senkevich <andrew.senkevich@intel.com> + + * NEWS: Fixed description of link with vector math library. + 2015-06-25 Andreas Schwab <schwab@suse.de> [BZ #18549] @@ -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 |