diff options
Diffstat (limited to 'vecmathlib.h')
-rw-r--r-- | vecmathlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |