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