aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-13 18:55:30 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-01-13 18:55:30 +0000
commit646dfb71ce5ca9d2deacfccc20fbfd8708f38688 (patch)
tree9600cf0301ac97e1aa1c472df304ce7ce77ef279
parent3069dbee30e9f7aedb24bb77b13ab9de4cf1148c (diff)
parent87f34a9d7d91f2b19ae432a67e18f75731263ddb (diff)
downloadarm-optimized-routines-646dfb71ce5ca9d2deacfccc20fbfd8708f38688.tar.gz
Correct a comment in Android.bp. am: 9ba6fed26b am: 40dcb31380 am: 87f34a9d7d
Change-Id: Ib4f306b6ff014fcee17ef4efbc4afc43f36f9067
-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"],