[Pixman] [PATCH 2/3] build: use '-mloongson-mmi' for Loongson MMI.

2020-02-10 Thread Yin Shiyou
It's suggested to use '-mloongson-mmi' to enable MMI. Use '-march=loongson2f' will lead a link error in new platform while config check and then MMI will be disabled. --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac

Re: [Pixman] [PATCH] pixman-combine: Fix wrong value of RB_MASK_PLUS_ONE.

2020-02-10 Thread Shiyou Yin
That's great, the analysis is very detailed. Macro RB_MASK_PLUS_ONE is mainly used to saturate the 16-bits data to 0xff. In function UN8_rb_ADD_UN8_rb, it can’t affect the result in the end. >-Original Message- >From: Søren Sandmann [mailto:soren.sandm...@gmail.com] >Sent: Sunday,