[Bug c/48510] Does not vectorize loops involving casts from floating point to unsigned integer types

2011-04-08 Thread jeremysalwen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48510 jeremysalwen at gmail dot com changed: What|Removed |Added Component|target |c Severity

[Bug c/48509] Fails to Vectorize loop involving doubles which was vectorized in 4.5

2011-04-08 Thread jeremysalwen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48509 --- Comment #2 from jeremysalwen at gmail dot com 2011-04-08 17:21:06 UTC --- I was on an atom CPU, and I can verify that it is vectorized on a non-atom CPU.

[Bug c/48510] New: Does not vectorize loops involving casts from floating point to integer types

2011-04-08 Thread jeremysalwen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48510 Summary: Does not vectorize loops involving casts from floating point to integer types Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P

[Bug c/48509] New: Fails to Vectorize loop involving doubles which was vectorized in 4.5

2011-04-07 Thread jeremysalwen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48509 Summary: Fails to Vectorize loop involving doubles which was vectorized in 4.5 Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/47892] Fails to vectorize comparison code

2011-02-25 Thread jeremysalwen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47892 --- Comment #1 from jeremysalwen at gmail dot com 2011-02-25 10:19:58 UTC --- Note, even when switching to floating point constants: #define PIO6 0.523598776f #define SA5 2.74201854577e-06f #define SA4 -1.98410347969e-04f #define SA3

[Bug c/47892] New: Fails to vectorize comparison code

2011-02-25 Thread jeremysalwen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47892 Summary: Fails to vectorize comparison code Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.