Home
last modified time | relevance | path

Searched refs:Math_SVML (Results 1 – 3 of 3) sorted by relevance

/dports/devel/ispc/ispc-1.16.1/src/
H A Dispc.h589 enum MathLib { Math_ISPC, Math_ISPCFast, Math_SVML, Math_System }; enumerator
H A Dbuiltins.cpp1156 …lDefineConstantInt("__math_lib_svml", (int)Globals::Math_SVML, module, symbolTable, debug_symbols); in DefineStdlib()
H A Dmain.cpp752 g->mathLib = Globals::Math_SVML; in main()