http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54174
Bug #: 54174
Summary: Missed optimization: Unnecessary vmovaps generated for
__builtin_ia32_vextractf128_ps256(v, 0)
Classification: Unclassified
Product: gcc
Version: 4.7.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53784
Dag Lem changed:
What|Removed |Added
Target||i686-redhat-linux
--- Comment #3 from Dag Lem
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53784
--- Comment #2 from Dag Lem 2012-06-27 06:12:37 UTC ---
Yes, gcc -fexcess-precision=standard -mavx -S test.c triggers the bug.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53784
Bug #: 53784
Summary: Scalar vector binary operation - error with
-std=c9x/c1x
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53759
--- Comment #1 from Dag Lem 2012-06-24 12:45:55 UTC ---
Test code as follows:
typedef float v4sf __attribute__ ((vector_size (4*4)));
typedef float v2sf __attribute__ ((vector_size (4*2)));
v2sf mem[1];
int main()
{
v4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53759
Bug #: 53759
Summary: gcc -mavx emits vshufps for__builtin_ia32_loadlps
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal