[fpc-devel] Vectorization
Marco van de Voort
marcov at stack.nl
Mon Dec 11 13:19:01 CET 2017
In our previous episode, Adriaan van Os said:
> > Since I'm masochistic in my desire to understand and improve the Free Pascal Compiler, I would like to add
> > some vectorisation support in its optimisation cycle, since that is one thing that many other compilers
> > attempt to do these days. But before I begin, does FPC support any kind of vectorisation already? If it
> > does I haven't been able to find it yet, and I don't want to end up reinventing the wheel.
>
> See e.g. <https://bugs.freepascal.org/view.php?id=27870>
I had the same problem recently that is mentioned in the notes of this
report, sometimes the last store (from register to mem) is missing.
More information about the fpc-devel
mailing list