| 130 | |
| 131 | template <typename T> |
| 132 | T getPolyVoltageSimd(uint8_t firstChannel) { |
| 133 | return isMonophonic() ? getVoltage(0) : getVoltageSimd<T>(firstChannel); |
| 134 | } |
| 135 | |
| 136 | template <typename T> |
| 137 | T getNormalVoltageSimd(T normalVoltage, uint8_t firstChannel) { |
nothing calls this directly
no outgoing calls
no test coverage detected