No description
Find a file
Martin Storsjo 622cf7a838 armv8: Use the cmn instruction instead of doing cmp with negative values
binutils gas automatically converts cmp with negative values to use
the cmn instruction instead.

This is required for building the armv8 assembly with the clang built-in
assembler.

Change-Id: If6465ea1bec252446c49cf497153e3ef3dad905a
2015-06-24 20:45:05 +00:00
common armv8: Use the cmn instruction instead of doing cmp with negative values 2015-06-24 20:45:05 +00:00
decoder Remove unnecessary calls to ithread_exit 2015-06-24 20:40:31 +00:00
encoder armv8: Remove redundant NEON element size declarations 2015-06-24 20:44:24 +00:00
test Don't include <sys/time.h> if WINDOWS_TIMER is set 2015-06-24 20:42:25 +00:00
Android.mk fix file permissions 2015-05-05 17:34:51 +00:00
decoder.arm.mk Remove unnecessary defines/undefines in the makefiles 2015-06-24 20:37:31 +00:00
decoder.arm64.mk Remove unnecessary defines/undefines in the makefiles 2015-06-24 20:37:31 +00:00
decoder.mips.mk fix file permissions 2015-05-05 17:34:51 +00:00
decoder.mips64.mk Fix a variable name typo in the mips64 makefiles 2015-05-20 14:57:43 +03:00
decoder.mk Remove unnecessary defines/undefines in the makefiles 2015-06-24 20:37:31 +00:00
decoder.x86.mk Don't add -m32/-m64 to the cflags 2015-06-24 20:37:53 +00:00
decoder.x86_64.mk Don't add -m32/-m64 to the cflags 2015-06-24 20:37:53 +00:00
encoder.arm.mk Remove unnecessary defines/undefines in the makefiles 2015-06-24 20:37:31 +00:00
encoder.arm64.mk Remove unnecessary defines/undefines in the makefiles 2015-06-24 20:37:31 +00:00
encoder.mips.mk fix file permissions 2015-05-05 17:34:51 +00:00
encoder.mips64.mk Fix a variable name typo in the mips64 makefiles 2015-05-20 14:57:43 +03:00
encoder.mk Remove unnecessary defines/undefines in the makefiles 2015-06-24 20:37:31 +00:00
encoder.x86.mk Don't add -m32/-m64 to the cflags 2015-06-24 20:37:53 +00:00
encoder.x86_64.mk Don't add -m32/-m64 to the cflags 2015-06-24 20:37:53 +00:00