https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111774
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |x86_64-linux-gnu
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #1)
> Hmm:
> #if defined(__clang__) // materialize for vectorization, 6% speedup
> __asm__("" : "+m" (t_bytes) : /*no inputs*/);
> #endif
>
>
> What target is this for? What processor too?
What happens if you enable the above for GCC too?