Merge pull request #3180 from venepe/raspberry-pi
libobs: Add arm support
This commit is contained in:
commit
5537a6ce08
1414
libobs/util/simde/simde-math.h
Normal file
1414
libobs/util/simde/simde-math.h
Normal file
File diff suppressed because it is too large
Load Diff
@ -60,7 +60,12 @@
|
||||
|
||||
#else
|
||||
|
||||
#if defined(__aarch64__) || defined(__arm__)
|
||||
#include <arm_neon.h>
|
||||
#include "sse2neon.h"
|
||||
#else
|
||||
#include <xmmintrin.h>
|
||||
#include <emmintrin.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
4207
libobs/util/sse2neon.h
Normal file
4207
libobs/util/sse2neon.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user