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

Function EvaluateSin

tests/cpu/SSE_tests.cpp:532–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532void EvaluateSin(const float x, float* result)
533{
534 __m128 mm_sseResult = OCIO::sseSin(_mm_set1_ps(x));
535 _mm_storeu_ps(result, mm_sseResult);
536}
537
538OCIO_ADD_TEST(SSE, sse2_sin_test)
539{

Callers 1

OCIO_ADD_TESTFunction · 0.85

Calls 1

sseSinFunction · 0.85

Tested by

no test coverage detected