This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[DOC PATCH]: Mention SVML library in the gcc-4.4. release notes


Hello!

Just a small doc patch that mentions availability of -mveclib=svml for Intel SVML compatible ABI veclib in the release notes. Hopefully, this library will be available from Intel as a separate package someday, at the moment, this library is a part of icc's support libraries. Using -mveclib=svml (together with -ffast-math -msse2 -ftree-vectorize) it works in gcc without problems for 32bit and 64bit targets.

Index: htdocs/gcc-4.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.12
diff -u -r1.12 changes.html
--- htdocs/gcc-4.4/changes.html    9 Jun 2008 21:10:47 -0000    1.12
+++ htdocs/gcc-4.4/changes.html    10 Jun 2008 19:55:44 -0000
@@ -91,6 +91,9 @@
    available via <code>-maes</code>.</li>
    <li>Support for Intel PCLMUL built-in function and code generation are
    available via <code>-mpclmul</code>.</li>
+    <li>GCC can now utilize the SVML library for vectorizing calls to
+    a set of C99 functions if <code>-mveclibabi=svml</code> is specified
+    and you link to an SVML ABI compatible library.</li>
  </ul>

<h3>MIPS</h3>


Uros.



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