| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected