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
Use pmmintrin.h header instead of x86intrin.h.
tags/v1.0.0
Andrew Belt
5 years ago
parent
8bca3dec39
commit
0c08a8d1c8
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
include/simd/sse_mathfun.h
+1
-1
include/simd/vector.hpp
+ 1
- 1
include/simd/sse_mathfun.h
View File
@@ -45,7 +45,7 @@ This derived source file is released under the zlib license.
*/
#include <
x86
intrin.h>
#include <
pmm
intrin.h>
/** Generate 1.f without accessing memory */
+ 1
- 1
include/simd/vector.hpp
View File
@@ -1,6 +1,6 @@
#pragma once
#include <cstring>
#include <
x86
intrin.h>
#include <
pmm
intrin.h>
#include <type_traits>
Write
Preview
Loading…
Cancel
Save