On 8/31/23 00:17, gaosong wrote:
在 2023/8/31 上午2:12, Richard Henderson 写道: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?I want to move simple macros together.
Ok. r~