Re: [PATCH v2] MIPS: Provide Kconfig option for default IEEE 754 conformance mode

2020-08-07 Thread Zhou Yanjie
Hello Jiaxun, Reviewed-by: 周琰杰 (Zhou Yanjie) 在 2020/8/1 下午2:11, Jiaxun Yang 写道: Requested by downstream distros, a Kconfig option for default IEEE 754 conformance mode allows them to set their mode to relaxed by default. Signed-off-by: Jiaxun Yang Reviewed-by: WANG Xuerui Reviewed-by: Serge

Re: [PATCH v2] MIPS: Provide Kconfig option for default IEEE 754 conformance mode

2020-08-06 Thread Huacai Chen
Hi, Xuerui, On Thu, Aug 6, 2020 at 6:54 PM WANG Xuerui wrote: > > Hi Jiaxun, > > > On 2020/8/5 21:59, Jiaxun Yang wrote: > > > > > > 在 2020/8/1 14:11, Jiaxun Yang 写道: > >> Requested by downstream distros, a Kconfig option for default > >> IEEE 754 conformance mode allows them to set their mode to

Re: [PATCH v2] MIPS: Provide Kconfig option for default IEEE 754 conformance mode

2020-08-06 Thread WANG Xuerui
Hi Jiaxun, On 2020/8/5 21:59, Jiaxun Yang wrote: > > > 在 2020/8/1 14:11, Jiaxun Yang 写道: >> Requested by downstream distros, a Kconfig option for default >> IEEE 754 conformance mode allows them to set their mode to >> relaxed by default. >> >> Signed-off-by: Jiaxun Yang >> Reviewed-by: WANG Xue

Re: [PATCH v2] MIPS: Provide Kconfig option for default IEEE 754 conformance mode

2020-08-06 Thread Thomas Bogendoerfer
On Wed, Aug 05, 2020 at 09:59:15PM +0800, Jiaxun Yang wrote: > > > 在 2020/8/1 14:11, Jiaxun Yang 写道: > >Requested by downstream distros, a Kconfig option for default > >IEEE 754 conformance mode allows them to set their mode to > >relaxed by default. > > > >Signed-off-by: Jiaxun Yang > >Reviewed

Re: [PATCH v2] MIPS: Provide Kconfig option for default IEEE 754 conformance mode

2020-08-05 Thread Jiaxun Yang
在 2020/8/1 14:11, Jiaxun Yang 写道: Requested by downstream distros, a Kconfig option for default IEEE 754 conformance mode allows them to set their mode to relaxed by default. Signed-off-by: Jiaxun Yang Reviewed-by: WANG Xuerui Reviewed-by: Serge Semin Reviewed-by: Huacai Chen -- v2: Rewo

[PATCH v2] MIPS: Provide Kconfig option for default IEEE 754 conformance mode

2020-07-31 Thread Jiaxun Yang
Requested by downstream distros, a Kconfig option for default IEEE 754 conformance mode allows them to set their mode to relaxed by default. Signed-off-by: Jiaxun Yang Reviewed-by: WANG Xuerui Reviewed-by: Serge Semin Reviewed-by: Huacai Chen -- v2: Reword according to Xuerui's suggestion. --