Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ trunc
Function
trunc
include/simd/functions.hpp:167–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
#endif
166
167
inline float_4 trunc(float_4 a) {
168
return float_4(_mm_round_ps(a.v, _MM_FROUND_TO_ZERO | _MM_FROUND_NO_EXC));
169
}
170
171
using std::floor;
172
Callers
2
onDragMove
Method · 0.85
onHoverScroll
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected