mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-24 07:25:05 -05:00
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:
@@ -18,7 +18,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "math-defs.h"
|
||||
#include <xmmintrin.h>
|
||||
|
||||
#include <util/sse-intrin.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user