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

Method exv_float

TSSimd.h:244–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 __m256 v;
243
244 exv_float(__m256 m) {v = m;}
245
246 operator __m256&(void) {return (v);}
247 operator const __m256&(void) const {return (v);}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected