This commit is contained in:
mtgu0705
2025-01-02 20:17:13 +08:00
parent 2d50ecbeb5
commit 193e349195

View File

@@ -205,7 +205,7 @@ struct PassThroughPack8
dst.template AsType<bhalf2_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
}
constexpr const static bool is_pack8_invocable = true;