MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / SimdInit

Function SimdInit

TSSimd.h:295–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293
294
295 inline void SimdInit(void)
296 {
297 #if defined(TERATHON_SSE)
298
299 _mm_setcsr(_mm_getcsr() | 0x8040);
300
301 #endif
302 }
303
304 inline vec_float VecFloatGetZero(void)
305 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected