LinuxDevice
New Member
I'm trying to build on Ubuntu 16.04 arm64/aarch64, which does not have intrinsics and these compiler options:
-msse -msse2 -mmmx
Related file xmmintrin.h also does not exist:
obs-studio/libobs/graphics/vec4.h:21:23: fatal error: xmmintrin.h: No such file or directory
Is there a configuration possible to avoid the x86 dependent code for build on 64-bit ARMv8-a Linux?
-msse -msse2 -mmmx
Related file xmmintrin.h also does not exist:
obs-studio/libobs/graphics/vec4.h:21:23: fatal error: xmmintrin.h: No such file or directory
Is there a configuration possible to avoid the x86 dependent code for build on 64-bit ARMv8-a Linux?