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.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to