summaryrefslogtreecommitdiffstats
path: root/vecmathlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'vecmathlib.h')
-rw-r--r--vecmathlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vecmathlib.h b/vecmathlib.h
index 3e04b19..63fb44e 100644
--- a/vecmathlib.h
+++ b/vecmathlib.h
@@ -53,8 +53,8 @@ namespace std { class type_info; }
#if defined __ARM_PCS_VFP // ARM NEON
// TODO: VFP
-// TODO: vec_neon_float4
# include "vec_neon_float2.h"
+# include "vec_neon_float4.h"
#endif
#if defined __SSE2__ // Intel SSE 2
OpenPOWER on IntegriCloud