libobs: Enable compilation on aarch64

Add arch checks to enable aarch-compat layer on aarch64, retain normal
gcc intrinsics on x86 and ppc64.
This commit is contained in:
Peter Geis
2019-11-25 13:04:21 -05:00
parent f96545acf3
commit 64d0b7fcb4
9 changed files with 33 additions and 11 deletions
+2 -1
View File
@@ -18,7 +18,8 @@
#pragma once
#include "math-defs.h"
#include <xmmintrin.h>
#include <util/sse-intrin.h>
#ifdef __cplusplus
extern "C" {