Commit e9520f14 authored by mtgu0705's avatar mtgu0705
Browse files

formated

parent 193e3491
...@@ -205,7 +205,7 @@ struct PassThroughPack8 ...@@ -205,7 +205,7 @@ struct PassThroughPack8
dst.template AsType<bhalf2_t>()(Number<3>{}) = dst.template AsType<bhalf2_t>()(Number<3>{}) =
pki4_to_bhalf2(src.template AsType<pk_i4_t>()[Number<3>{}]); pki4_to_bhalf2(src.template AsType<pk_i4_t>()[Number<3>{}]);
y = dst.template AsType<bhalf8_t>()[Number<0>{}]; y = dst.template AsType<bhalf8_t>()[Number<0>{}];
#endif #endif
} }
constexpr const static bool is_pack8_invocable = true; constexpr const static bool is_pack8_invocable = true;
...@@ -240,7 +240,7 @@ struct DequantPack8 ...@@ -240,7 +240,7 @@ struct DequantPack8
dst.template AsType<half2_t>()(Number<3>{}) = dst.template AsType<half2_t>()(Number<3>{}) =
pki4_to_half2(src.template AsType<pk_i4_t>()[Number<3>{}]); pki4_to_half2(src.template AsType<pk_i4_t>()[Number<3>{}]);
y = dst.template AsType<half8_t>()[Number<0>{}]; y = dst.template AsType<half8_t>()[Number<0>{}];
#endif #endif
} }
......
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