aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-01-14 04:19:13 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-01-14 04:19:13 +0000
commitce20fcb12270ea9d9fcee4ff8b040aec7403e30f (patch)
tree9600cf0301ac97e1aa1c472df304ce7ce77ef279
parentdc2e18902f07a18274cf174a4ff32a10f58ba193 (diff)
parent646dfb71ce5ca9d2deacfccc20fbfd8708f38688 (diff)
downloadarm-optimized-routines-ce20fcb12270ea9d9fcee4ff8b040aec7403e30f.tar.gz
Snap for 6132583 from 646dfb71ce5ca9d2deacfccc20fbfd8708f38688 to rvc-release
Change-Id: Id5fe1dd78dccfec72455404b1fb4d535f24c9b0e
-rwxr-xr-xAndroid.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 04831a4..dd88ec4 100755
--- a/Android.bp
+++ b/Android.bp
@@ -20,7 +20,7 @@ cc_defaults {
// BSD libm doesn't set errno, and bionic was based on the BSDs.
// https://github.com/ARM-software/optimized-routines/issues/16#issuecomment-572009659
"-DWANT_ERRNO=0",
- // TODO: we will want the SVE code in future, but it's not ready yet.
+ // TODO: we may want the vector code in future, but it's not ready yet.
"-DWANT_VMATH=0",
],
local_include_dirs: ["math/include"],