Searched refs:FP_SSE (Results 1 – 2 of 2) sorted by relevance
117 FPMath = FP_SSE; in setFPMath()502 if ((FPMath == FP_SSE && SSELevel < SSE1) || in handleTargetFeatures()505 << (FPMath == FP_SSE ? "sse" : "387"); in handleTargetFeatures()
177 enum FPMathKind { FP_Default, FP_SSE, FP_387 } FPMath = FP_Default; enumerator