This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
SSSE3 -mssse3 or SSE3 -msse3?
- From: "J.C." <jc-nospam at jr-pizarro dot jazztel dot es>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 14 Feb 2007 23:59:26 +0100
- Subject: SSSE3 -mssse3 or SSE3 -msse3?
In http://gcc.gnu.org/gcc-4.3/changes.html appears
"Support for SSSE3 built-in functions and code generation are available
via |-mssse3|."
Is it SSE3 (i686 SIMD) or SSSE3 (strange, unknown)?
Is it -mssse3 or -msse3?
Note: -msse3 appears in the GCC-3.3.6's info! Is this option -msse3 new
in GCC-4.3?