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
Move simd to dsp/
tags/v1.0.0
Andrew Belt
6 years ago
parent
7e347bed58
commit
8ca25f333a
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
include/dsp/simd.hpp
include/simd.hpp → include/dsp/simd.hpp
View File
@@ -2,7 +2,7 @@
namespace rack {
namespace
simd
{
namespace
dsp
{
template <int N>
@@ -104,5 +104,5 @@ inline f32_4 rcp(f32_4 x) {
}
} // namespace
simd
} // namespace
dsp
} // namespace rack
Write
Preview
Loading…
Cancel
Save