Index: include/libyuv/row.h |
diff --git a/include/libyuv/row.h b/include/libyuv/row.h |
index 9a47fd024097446839c569d6685b7726ac55abe7..b743dc122fd8db52ffe0612e8c4c5ec064627f22 100644 |
--- a/include/libyuv/row.h |
+++ b/include/libyuv/row.h |
@@ -288,6 +288,7 @@ extern "C" { |
#define HAS_BGRATOUVROW_NEON |
#define HAS_BGRATOYROW_NEON |
#define HAS_COPYROW_NEON |
+#define HAS_HALFFLOATROW_NEON |
#define HAS_I400TOARGBROW_NEON |
#define HAS_I422ALPHATOARGBROW_NEON |
#define HAS_I422TOARGB1555ROW_NEON |
@@ -329,11 +330,6 @@ extern "C" { |
#define HAS_YUY2TOUVROW_NEON |
#define HAS_YUY2TOYROW_NEON |
-// TODO(fbarchard): Port to 32 bit. |
-#if defined(__aarch64__) |
-#define HAS_HALFFLOATROW_NEON |
-#endif |
- |
// Effects: |
#define HAS_ARGBADDROW_NEON |
#define HAS_ARGBATTENUATEROW_NEON |