[Bug target/71903] Wrong opcode using x86 SSE _mm_cmpge_ps intrinsics

2016-07-18 Thread carlosrafael.prog at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71903 --- Comment #5 from Carlos Rafael --- (In reply to Mikael Pettersson from comment #3) > No worries. As the reporter you should be able to resolve it as "invalid". Ok! Thanks!

[Bug target/71903] Wrong opcode using x86 SSE _mm_cmpge_ps intrinsics

2016-07-17 Thread carlosrafael.prog at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71903 --- Comment #2 from Carlos Rafael --- (In reply to Mikael Pettersson from comment #1) > Can you add a standalone (compilable and runnable) test case? I beg your pardon, Mikael. It was my bad! After submitting the bug here, I could still did not

[Bug c++/71903] New: Wrong opcode using x86 SSE _mm_cmpge_ps intrinsics

2016-07-16 Thread carlosrafael.prog at gmail dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: carlosrafael.prog at gmail dot com Target Milestone: --- I have the following code: float *previousM = ...; float *fft = ...; for (int32_t i = 0; i < 256; i += 8) { __m128 m0 = _mm_load_ps(previo