diff options
Diffstat (limited to 'vecmathlib.h')
-rw-r--r-- | vecmathlib.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vecmathlib.h b/vecmathlib.h index eab0f83..f5dfcf7 100644 --- a/vecmathlib.h +++ b/vecmathlib.h @@ -95,8 +95,7 @@ namespace std { class type_info; } #include "vec_pseudo.h" // Use compiler-provided vector types -// Problem: How to determine which operations are available in hardware? -// #include "vec_builtin.h" +#include "vec_builtin.h" // Scalarise all vector operations; don't use libm, use only // Vecmathlib's functions (mostly useful for testing Vecmathlib) |