summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2015-01-21 20:32:15 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-01-21 20:32:16 +0000
commit39070667cd21952d90e929a9c12f11cb9d4f2ab3 (patch)
tree016c49a6d577cdfe83fe317bdf30274a43923199
parentc8d7a9313bb9bf980a4f88cf1b4a6437b7b95797 (diff)
parent85e51c2337f915cd347ef640763ecc9cfd5ad621 (diff)
downloadrs-lollipop-mr1-wfc-release.tar.gz
-rw-r--r--scriptc/rs_allocation.rsh6
1 files changed, 2 insertions, 4 deletions
diff --git a/scriptc/rs_allocation.rsh b/scriptc/rs_allocation.rsh
index cdf64e89..03bd1ca9 100644
--- a/scriptc/rs_allocation.rsh
+++ b/scriptc/rs_allocation.rsh
@@ -374,8 +374,7 @@ extern const uchar __attribute__((overloadable))
#endif // (defined(RS_VERSION) && (RS_VERSION >= 18))
-// FIXME: this needs to be set to 22
-#if (defined(RS_VERSION) && (RS_VERSION >= 21))
+#if (defined(RS_VERSION) && (RS_VERSION >= 22))
#define VOP(T) \
extern T __attribute__((overloadable)) \
@@ -424,8 +423,7 @@ VOP(double4)
#undef VOP
-// FIXME
-#endif //(defined(RS_VERSION) && (RS_VERSION >= 21))
+#endif //(defined(RS_VERSION) && (RS_VERSION >= 22))
#endif