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
Allow simde to define _mm_loadu_epi8().
tags/v2.2.2
Andrew Belt
1 year ago
parent
497d806356
commit
ff8ce35f0d
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
include/simd/common.hpp
+ 2
- 0
include/simd/common.hpp
View File
@@ -1,4 +1,6 @@
#pragma once
#define SIMDE_ENABLE_NATIVE_ALIASES
#define SIMDE_X86_AVX512F_NATIVE
#define SIMDE_X86_AVX512BW_NATIVE
#include <simde/x86/sse4.2.h>
Write
Preview
Loading…
Cancel
Save