From: James Zern Date: Thu, 11 Dec 2014 02:42:07 +0000 (-0800) Subject: don't set INLINE to 'always_inline' X-Git-Tag: v1.4.0~369^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fe9a5c64918795df262455f67d567aa12975780;p=libvpx 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 --- 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 <