Displaying 1 result from an estimated 1 matches for "armv5e_asm".
2013 May 23
2
ASM runtime detection and optimizations
...[asm_optimization="disabled"])
if test "x${asm_optimization}" = "xARM" ; then
+ AC_DEFINE([ARM_ASM], 1, [Use generic ARM asm optimizations])
AC_DEFINE([ARMv4_ASM], 1, [Use generic ARMv4 asm optimizations])
AS_ASM_ARM_EDSP([ARMv5E_ASM=1],[ARMv5E_ASM=0])
if test "x${ARMv5E_ASM}" = "x1" ; then
diff --git a/opus_headers.mk b/opus_headers.mk
index 43a978c..2c7c077 100644
--- a/opus_headers.mk
+++ b/opus_headers.mk
@@ -2,6 +2,7 @@ OPUS_HEAD = \
include/opus.h \
include/opus_multistream.h \
src/opus...