Revert "Remove support for using SVML for math lib routines."
This reverts commit d9c38b5c1f.
This commit is contained in:
2
ispc.h
2
ispc.h
@@ -488,7 +488,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_System };
|
||||
enum MathLib { Math_ISPC, Math_ISPCFast, Math_SVML, Math_System };
|
||||
MathLib mathLib;
|
||||
|
||||
/** Records whether the ispc standard library should be made available
|
||||
|
||||
Reference in New Issue
Block a user