Delphi XE2-64bit: bottleneck in trigonometric functions?
The 64bit introduced SSE2 maths, replacing the silicon-based implementations of the FPU by software.
(more…)
The 64bit introduced SSE2 maths, replacing the silicon-based implementations of the FPU by software.
(more…)
Click the image below for a little real-time verlet integration animation.
Delphi Web Script version 2.2 will soon be a wrap up, I’ve posted a preview zip (324 kb) for the SVN-averse.
Here is the summary of recent changes form the SVN side of DWS:
Here is a quick summary of the current status for the DWScript JavaScript CodeGen, aka OP4JS.
(more…)
Just a notice: I’ve updated the XE2 single-precision floating point article after using the (up to now) undocumented {$EXCESSPRECISION OFF} directive, thanks to Allen Bauer for chiming in!
Executive summary: this directives enables use of single-precision SSE floating point instruction by the compiler, and brings their performance in line with expectations, making Delphi XE2 64bit compiler the new King of the Delphi Hill.