]> gcc.gnu.org Git - gcc.git/commit
invoke.texi (-mveclibabi): Document new target option.
authorRichard Guenther <rguenther@suse.de>
Thu, 30 Aug 2007 13:55:42 +0000 (13:55 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 30 Aug 2007 13:55:42 +0000 (13:55 +0000)
commita5ea943cb84931eaa0030ad49384d16d86a1d2b5
tree624405eabf6cab524c22a25482d643632a4dddaa
parente9f63ace2335dc9bf97cf853408d4070c11218af
invoke.texi (-mveclibabi): Document new target option.

2007-08-30  Richard Guenther  <rguenther@suse.de>

* doc/invoke.texi (-mveclibabi): Document new target option.
* config/i386/i386.opt (-mveclibabi): New target option.
* config/i386/i386.c (ix86_veclib_handler): Handler for
vectorization library support.
(override_options): Handle the -mveclibabi option, initialize
the vectorization library handler.
(ix86_builtin_vectorized_function): As fallback call the
vectorization library handler, if set.
(ix86_veclibabi_acml): New static function for ACML ABI style
vectorization support.

* gcc.target/i386/vectorize5.c: New testcase.

From-SVN: r127926
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.opt
gcc/doc/invoke.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/vectorize5.c [new file with mode: 0644]
This page took 0.055698 seconds and 5 git commands to generate.