commit | 21ef307ebc3c55e9e2f27cd49c6e08200aaaf5ae | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Sat Oct 23 22:33:12 2010 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Sat Oct 23 22:33:12 2010 -0700 |
tree | 45c08e861c5f9f38311cd49d9b0f7fb595841f24 | |
parent | e5c7a54989522e83cfb9c4bcf1535f4c4204f85e [diff] [blame] |
Use D0-D15 instead of D0-D31. Change-Id: Ieb741bb3dc823eedd3eb398aed2eb65deb60b7b0
diff --git a/bcc.cpp b/bcc.cpp index e739438..5fcb265 100644 --- a/bcc.cpp +++ b/bcc.cpp
@@ -228,6 +228,7 @@ // Features.push_back("+vmlx"); // Features.push_back("+neonfp"); Features.push_back("+vfp3"); + Features.push_back("+d16"); #if defined(DEFAULT_ARM_CODEGEN) || defined(PROVIDE_ARM_CODEGEN) LLVMInitializeARMTargetInfo();