Remove support for using SVML for math lib routines.

This path was poorly maintained and wasn't actually available on most
targets.
This commit is contained in:
Matt Pharr
2013-07-18 09:24:23 -07:00
parent d3c567503b
commit d9c38b5c1f
16 changed files with 18 additions and 556 deletions

2
ispc.h
View File

@@ -468,7 +468,7 @@ struct Globals {
/** There are a number of math libraries that can be used for
transcendentals and the like during program compilation. */
enum MathLib { Math_ISPC, Math_ISPCFast, Math_SVML, Math_System };
enum MathLib { Math_ISPC, Math_ISPCFast, Math_System };
MathLib mathLib;
/** Records whether the ispc standard library should be made available