Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ vec_float
Method
vec_float
TSSimd.h:208–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
__m128 v;
207
208
vec_float(__m128 m) {v = m;}
209
210
operator __m128&(void) {return (v);}
211
operator const __m128&(void) const {return (v);}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected