MCPcopy 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
167inline 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
171using std::floor;
172

Callers 2

onDragMoveMethod · 0.85
onHoverScrollMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected