qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 11/48] target/loongarch: Implement xvhaddw/xvhsubw


From: Richard Henderson
Subject: Re: [PATCH v4 11/48] target/loongarch: Implement xvhaddw/xvhsubw
Date: Wed, 30 Aug 2023 11:12:36 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 8/30/23 01:48, Song Gao wrote:
--- a/target/loongarch/vec.h
+++ b/target/loongarch/vec.h
@@ -47,4 +47,7 @@
  #define Q(x)  Q[x]
  #endif /* HOST_BIG_ENDIAN */
+#define DO_ADD(a, b) (a + b)
+#define DO_SUB(a, b)  (a - b)
+

Why are these moved?


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]