On 6/7/21 9:58 AM, Peter Maydell wrote:
+#define DO_HADD(N, M) (((int64_t)(N) + (int64_t)(M)) >> 1)
+#define DO_HSUB(N, M) (((int64_t)(N) - (int64_t)(M)) >> 1)

You've already got do_vhadd_[us] defined from vadd[su]...


r~



Reply via email to