Merge pull request #3180 from venepe/raspberry-pi

libobs: Add arm support
This commit is contained in:
Jim 2020-07-18 10:28:35 -07:00 committed by GitHub
commit 5537a6ce08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5626 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

File diff suppressed because it is too large Load Diff