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

Function EvaluateAtan

tests/cpu/SSE_tests.cpp:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void EvaluateAtan(const float x, float* result)
293{
294 __m128 mm_sseResult = OCIO::sseAtan(_mm_set1_ps(x));
295 _mm_storeu_ps(result, mm_sseResult);
296}
297
298OCIO_ADD_TEST(SSE, sse2_atan_test)
299{

Callers 1

OCIO_ADD_TESTFunction · 0.85

Calls 1

sseAtanFunction · 0.85

Tested by

no test coverage detected