diff options
author | Erik Schnetter <schnetter@gmail.com> | 2013-06-17 20:39:16 -0400 |
---|---|---|
committer | Erik Schnetter <schnetter@gmail.com> | 2013-06-17 20:39:16 -0400 |
commit | dc022e369395379563d35e4bbfa2bb0469e668c0 (patch) | |
tree | 23cd3096ce2948794c2914fb4db58e826d5a5d44 | |
parent | a157838e1189e46a123c53a06c9ecab4e9c76941 (diff) | |
download | vecmathlib-dc022e369395379563d35e4bbfa2bb0469e668c0.zip vecmathlib-dc022e369395379563d35e4bbfa2bb0469e668c0.tar.gz |
Explain why vec_builtin doesn't work
-rw-r--r-- | vecmathlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vecmathlib.h b/vecmathlib.h index df1eea3..2ee40d7 100644 --- a/vecmathlib.h +++ b/vecmathlib.h @@ -46,6 +46,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" // Scalarise all vector operations; don't use libm, use only |