From 1b06ffdbd59622c129a63b8234f90306e81723db Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 12 Jun 2013 21:51:06 -0400 Subject: Correct NEON detection --- vecmathlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vecmathlib.h b/vecmathlib.h index b664ecf..e79188a 100644 --- a/vecmathlib.h +++ b/vecmathlib.h @@ -51,7 +51,7 @@ namespace std { class type_info; } // Vecmathlib's functions (mostly useful for testing Vecmathlib) #include "vec_test.h" -#if defined __ARM_NEON__ // ARM NEON +#if defined __ARM_PCS_VFP // ARM NEON // TODO: VFP # include "vec_float_neon.h" #endif -- cgit v1.1