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
38
Wiki
Activity
Browse Source
Add namespace documentation
tags/v1.0.0
Andrew Belt
5 years ago
parent
2446756c54
commit
f73c5f21f0
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
include/settings.hpp
+3
-0
include/simd/vector.hpp
+ 3
- 0
include/settings.hpp
View File
@@ -6,6 +6,9 @@
namespace rack {
/** Process-level globals. */
namespace settings {
+ 3
- 0
include/simd/vector.hpp
View File
@@ -4,6 +4,9 @@
namespace rack {
/** Abstraction of byte-aligned values for SIMD CPU acceleration. */
namespace simd {
Write
Preview
Loading…
Cancel
Save