> . Syntax for parallel math (SIMD)

In Oxygen, you have parallel loops and future variables. This can be used for 
defining parallelism in the syntax.

I understand that currently RemObjects implemented this as a simple translation 
of the appropriate .Net framework API, and that it’s only available for 
Software compiled for such systems, but not (yet) when compiled for native code.

But in theory, the same or similar syntax should be usable to be compiled to do 
SIMD support (if appropriate) and as syntax candy to support a Thread Pool 
library for taking advantage of the now ubiquitous SMP hardware – or both at 
the same time if appropriate (e.g. Matrix calculations).

-Michael

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to