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!
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
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