Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getVoltageSimd
Method
getVoltageSimd
include/engine/Port.hpp:127–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
126
template <typename T>
127
T getVoltageSimd(uint8_t firstChannel) {
128
return T::load(&voltages[firstChannel]);
129
}
130
131
template <typename T>
132
T getPolyVoltageSimd(uint8_t firstChannel) {
Callers
nothing calls this directly
Calls
1
load
Function · 0.85
Tested by
no test coverage detected