While this doesn't affect your example in this particular case: please
don't use `-march-native` on Compiler Explorer for these examples - this
will pick whatever architecture your individual query is served from which
may be any of the available AMD or Intel CPUs we run on. There ought to be
a pop
Correct link is https://godbolt.org/z/GfeTobMvs
On Mon, Mar 10, 2025 at 4:45 PM Qwert Nerdish wrote:
> On this godbolt link at https://godbolt.org/z/GfeTobMvs, the two C source
> codes behave identical.
> Yet the second source code does not use vectors and is 30% slower when I
> tested it.
>
Thanks for the report! Please file it at
https://gcc.gnu.org/bugzilla/enter_bug.cgi?product=gcc
On Mon, Mar 10, 2025 at 10:47 AM Qwert Nerdish via Gcc
> wrote:
>
> > Correct link is https://godbolt.org/z/GfeTobMvs
> >
> > On Mon, Mar 10, 2025 at 4:45 PM Qwert Nerdish
> > wrote:
> >
> > > On thi