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

Function EvaluateAtan2

tests/cpu/SSE_tests.cpp:370–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void EvaluateAtan2(const float y, const float x, float* result)
371{
372 __m128 mm_sseResult = OCIO::sseAtan2(_mm_set1_ps(y), _mm_set1_ps(x));
373 _mm_storeu_ps(result, mm_sseResult);
374}
375
376OCIO_ADD_TEST(SSE, sse2_atan2_test)
377{

Callers 1

OCIO_ADD_TESTFunction · 0.85

Calls 1

sseAtan2Function · 0.85

Tested by

no test coverage detected