Optimal Coding 4 – Code Libraries

AMD – ACML 4.1.0
AMD Core Math Library (ACML) for Windows®. Built with Intel® Fortran. 32bit/64bit
You can use Freepascal’s h2pas.exe to convert the acml.h to acml.pas. While it’s not perfect it helps.
procedure acmlversion(major:Plongint; minor:Plongint; patch:Plongint);cdecl; external 'libacml_dll.dll';
procedure acmlinfo; cdecl; external 'libacml_dll.dll';
...
var a,b,c:integer;
begin
acmlversion(@a,@b,@c);
...

Intel
Intel® Performance Libraries
Intel® Integrated Performance Primitives (Intel® IPP) for Windows
Intel® Math Kernel Library (Intel® MKL) for Windows
Intel® Software Evaluation Center
Intel® Compiler Suite Professional Edition for Windows
Intel® Visual Fortran Compiler Professional Edition for Windows

Fun Quotes

“The internet is a great way to get on the net.” – Bob Dole, Republican presidential candidate
“How to store your baby walker: First, remove baby.” – Anonymous Manufacturer
from http://www.goodquotes.com/stupidquotes.htm