aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-13 18:42:17 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-13 18:42:17 +0000
commit87f34a9d7d91f2b19ae432a67e18f75731263ddb (patch)
tree9600cf0301ac97e1aa1c472df304ce7ce77ef279
parentcecbdd39deb29723658f2750660646f82d833884 (diff)
parent40dcb31380d5a2e2ffadb74d28e5f6d7872b71e8 (diff)
downloadarm-optimized-routines-87f34a9d7d91f2b19ae432a67e18f75731263ddb.tar.gz
Correct a comment in Android.bp. am: 9ba6fed26b am: 40dcb31380
Change-Id: I84cf954aa2b1482b33f79ed7a422242063bc589a
-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"],