Enable FIXED_POINT and -O3 for Opus when building for ARM
The original CL: https://codereview.chromium.org/315673002/ The revert of the CL above: https://codereview.chromium.org/349293006/ The reason for the original revert: Media tests started failing consistently on a tsan bot (http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20Tests%20%28tsan%29%281%29?numbuilds=200) with revision 277414 (the commit of original CL). Cl was reverted in revision 279198. This CL solved the problem differently, by not using the release_optimize flag, and instead replace the cflag -Os with -O3. Opus speed gain with -03 flag on ARM: ARM32b - 6-8% for encoding, 2% for decoding ARM64b - 20% for encoding, 17% for decoding Increased binary size: BUG=chromium:354539 Review URL: https://codereview.chromium.org/354903003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281729 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment