From 5fe9a5c64918795df262455f67d567aa12975780 Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 10 Dec 2014 18:42:07 -0800 Subject: [PATCH] don't set INLINE to 'always_inline' INLINE is used quite widely in vp9, this change improves performance 1-2% on most modern platforms. Change-Id: I8a9974aab89fa588ea4923cc7eaf6199e344a528 --- build/make/configure.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/make/configure.sh b/build/make/configure.sh index 7be583d72..f98018027 100644 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -1271,9 +1271,6 @@ EOF # Try to find which inline keywords are supported check_cc <