summaryrefslogtreecommitdiffstats
path: root/vec_pseudo.h
diff options
context:
space:
mode:
Diffstat (limited to 'vec_pseudo.h')
-rw-r--r--vec_pseudo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vec_pseudo.h b/vec_pseudo.h
index 69eb02c..ee2b1e0 100644
--- a/vec_pseudo.h
+++ b/vec_pseudo.h
@@ -383,7 +383,7 @@ namespace vecmathlib {
if (typeid(T) == typeid(float)) base = "float";
else if (typeid(T) == typeid(double)) base = "double";
else base = typeid(T).name();
- name_ = std::string("<") + std::to_string(N) + "*" + base + ">";
+ name_ = std::string("<libm:") + std::to_string(N) + "*" + base + ">";
}
return name_.c_str();
}
OpenPOWER on IntegriCloud