This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Align Port to AVX vector size.
tags/v1.0.0
Andrew Belt
6 years ago
parent
1a5ae9ea28
commit
3418a3e37a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
include/engine/Port.hpp
+ 1
- 1
include/engine/Port.hpp
View File
@@ -10,7 +10,7 @@ namespace engine {
static const int PORT_MAX_CHANNELS = 16;
struct Port {
struct
alignas(32)
Port {
/** Voltage of the port. */
union {
/** Unstable API. Use getVoltage() and setVoltage() instead. */
Write
Preview
Loading…
Cancel
Save