android_device_qcom_common/sdclang
Alex Naidis ecd625cb9d common: sdclang: Explicitly enable Automatic Vectorization
Automatic Vectorization is enabled by default
in SDCLANG at optimization level O2 or higher.

However we are forced to still use Os for thumb mode,
where our setting of O3 gets overriden.

This change explicitly passes the option to enable
automatic code vectorization in order to enable it
even if our main optimization level gets overriden.

Change-Id: I3e27d909ec0f9231686d5d97c0b2876cd33a07ae
Signed-off-by: Alex Naidis <alex.naidis@linux.com>
2017-01-07 22:05:38 +01:00
..
sdclang.mk common: sdclang: Explicitly enable Automatic Vectorization 2017-01-07 22:05:38 +01:00
sdllvm-lto-defs.mk common: sdclang-lto: filter cortex-a53-835769 workaround flags 2016-10-10 23:02:02 +02:00