Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ EvaluateCos
Function
EvaluateCos
tests/cpu/SSE_tests.cpp:484–488 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
482
}
483
484
void EvaluateCos(const float x, float* result)
485
{
486
__m128 mm_sseResult = OCIO::sseCos(_mm_set1_ps(x));
487
_mm_storeu_ps(result, mm_sseResult);
488
}
489
490
OCIO_ADD_TEST(SSE, sse2_cos_test)
491
{
Callers
1
OCIO_ADD_TEST
Function · 0.85
Calls
1
sseCos
Function · 0.85
Tested by
no test coverage detected