msvc/icl: Intel Compiler support on Windows
authorAlex Smith <alex.smith@warpsharp.info>
Sat, 25 May 2013 10:07:42 +0000 (06:07 -0400)
committerLuca Barbato <lu_zero@gentoo.org>
Sat, 25 May 2013 15:52:44 +0000 (17:52 +0200)
commit322e4194dd24ff06aeef72210beee4f19efa2e08
tree452aeb1dc0eec8716889273048917e93b92ab202
parent9495cd170b5786c3518419e873d94eb5e7ada11a
msvc/icl: Intel Compiler support on Windows

Initial support for the ICL compiler on windows. Requires a new
c99wrap with ICL support (1.0.2+).

Currently not much different speed wise compared to msvc. In the
future with a few changes it can be made to support the inline asm.
This would be the primary reason for using it.

Passed all fate tests, versions tested:
    13.1.1.171 (2013 Update 3) x86 and x64
    12.1.5.344 (2011 Update 11) x86 and x64

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
configure