Commit 17d1e68b authored by Rostyslav Geyyer's avatar Rostyslav Geyyer
Browse files

Add missing type aliases

parent d8214b28
...@@ -2161,6 +2161,10 @@ using f4x64_t = typename vector_type<f4x2_pk_t, 32>::type; ...@@ -2161,6 +2161,10 @@ using f4x64_t = typename vector_type<f4x2_pk_t, 32>::type;
using f6x16_t = typename vector_type<f6x16_pk_t, 1>::type; using f6x16_t = typename vector_type<f6x16_pk_t, 1>::type;
using f6x32_t = typename vector_type<f6x32_pk_t, 1>::type; using f6x32_t = typename vector_type<f6x32_pk_t, 1>::type;
// bf6
using bf6x16_t = typename vector_type<bf6x16_pk_t, 1>::type;
using bf6x32_t = typename vector_type<bf6x32_pk_t, 1>::type;
template <typename T> template <typename T>
struct NumericLimits struct NumericLimits
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment