Unverified Commit d97700af authored by Won-Kyu Park's avatar Won-Kyu Park
Browse files

add missing definitions accidentally removed by mistake in PR #876

parent 89876bb0
......@@ -64,6 +64,16 @@ template <> struct InstrFloatTraits<SSE, double>
typedef __m128d vec_t;
};
template <> struct InstrFloatTraits<Scalar, float>
{
typedef float vec_t;
};
template <> struct InstrFloatTraits<Scalar, double>
{
typedef double vec_t;
};
template <InstrSet I, typename T>
struct FTOITraits
{
......
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