diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2012-06-13 20:21:08 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2012-06-13 20:21:08 +0000 |
commit | a6c34d9e265e541913277faa47590a842496ab62 (patch) | |
tree | 654bf94d13f16fd7984cb98a5c7cebcda5c97479 /contrib/gcc/doc/extend.texi | |
parent | ea1dbd78a37a07ae29c84d86f982aa344339f499 (diff) |
Revert r236962 - Experimental amdfam10/barcelona support.
The patches are unexpectedly causing gcc to fail while
building ports/graphics/ImageMagick even when the cpu
flags are not used.
Reported by: Andreas Tobler
Notes
Notes:
svn path=/head/; revision=237021
Diffstat (limited to 'contrib/gcc/doc/extend.texi')
-rw-r--r-- | contrib/gcc/doc/extend.texi | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/gcc/doc/extend.texi b/contrib/gcc/doc/extend.texi index d7a1494eebcc..0c8bb7d0926c 100644 --- a/contrib/gcc/doc/extend.texi +++ b/contrib/gcc/doc/extend.texi @@ -7255,23 +7255,6 @@ v4si __builtin_ia32_pabsd128 (v4si) v8hi __builtin_ia32_pabsw128 (v8hi) @end smallexample -The following built-in functions are available when @option{-msse4a} is used. - -@smallexample -void _mm_stream_sd (double*,__m128d); -Generates the @code{movntsd} machine instruction. -void _mm_stream_ss (float*,__m128); -Generates the @code{movntss} machine instruction. -__m128i _mm_extract_si64 (__m128i, __m128i); -Generates the @code{extrq} machine instruction with only SSE register operands. -__m128i _mm_extracti_si64 (__m128i, int, int); -Generates the @code{extrq} machine instruction with SSE register and immediate operands. -__m128i _mm_insert_si64 (__m128i, __m128i); -Generates the @code{insertq} machine instruction with only SSE register operands. -__m128i _mm_inserti_si64 (__m128i, __m128i, int, int); -Generates the @code{insertq} machine instruction with SSE register and immediate operands. -@end smallexample - The following built-in functions are available when @option{-m3dnow} is used. All of them generate the machine instruction that is part of the name. |