MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / CheckSSE

Function CheckSSE

tests/cpu/SSE_tests.cpp:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void CheckSSE(const std::string & operation,
78 float expected,
79 float sseResult[4],
80 unsigned precision)
81{
82 CheckFloat(operation, expected, sseResult[0], precision);
83 CheckFloat(operation, expected, sseResult[1], precision);
84 CheckFloat(operation, expected, sseResult[2], precision);
85 CheckFloat(operation, expected, sseResult[3], precision);
86}
87
88void CheckPower(const float base, const float exponent)
89{

Callers 2

CheckPowerFunction · 0.85
OCIO_ADD_TESTFunction · 0.85

Calls 1

CheckFloatFunction · 0.85

Tested by

no test coverage detected