Re: [PATCH] MIPS: Provide Kconfig option for default IEEE754 conformance mode

2020-08-05 Thread Zhou Yanjie
在 2020/8/3 下午5:01, Jiaxun Yang 写道: 在 2020/8/3 上午5:46, Maciej W. Rozycki 写道: On Fri, 31 Jul 2020, Serge Semin wrote: Requested by downstream distros, a Kconfig option for default IEEE754 conformance mode allows them to set their mode to relaxed by default. That's what should have been

Re: [PATCH] MIPS: Provide Kconfig option for default IEEE754 conformance mode

2020-08-05 Thread Maciej W. Rozycki
On Mon, 3 Aug 2020, Jiaxun Yang wrote: > > Well, originally plans were there to have NaN interlinking implemented > > and no such mess or desire for hacks like one here would result. Cf.: > > > > , > >

Re: [PATCH] MIPS: Provide Kconfig option for default IEEE754 conformance mode

2020-08-03 Thread Jiaxun Yang
在 2020/8/3 上午5:46, Maciej W. Rozycki 写道: On Fri, 31 Jul 2020, Serge Semin wrote: Requested by downstream distros, a Kconfig option for default IEEE754 conformance mode allows them to set their mode to relaxed by default. That's what should have been here in the first place. Thanks!

Re: [PATCH] MIPS: Provide Kconfig option for default IEEE754 conformance mode

2020-08-02 Thread Maciej W. Rozycki
On Fri, 31 Jul 2020, Serge Semin wrote: > > Requested by downstream distros, a Kconfig option for default > > IEEE754 conformance mode allows them to set their mode to > > relaxed by default. > > That's what should have been here in the first place. Thanks! Well, originally plans were there to

Re: [PATCH] MIPS: Provide Kconfig option for default IEEE754 conformance mode

2020-07-31 Thread WANG Xuerui
Hi Jiaxun, Nice catch! Only one minor nit. Otherwise: Reviewed-by: WANG Xuerui On 2020/7/31 12:10, Jiaxun Yang wrote: > Requested by downstream distros, a Kconfig option for default > IEEE754 conformance mode allows them to set their mode to > relaxed by default. > > Signed-off-by: Jiaxun

Re: [PATCH] MIPS: Provide Kconfig option for default IEEE754 conformance mode

2020-07-31 Thread Huacai Chen
Reviewed-by: Huacai Chen On Fri, Jul 31, 2020 at 2:18 PM Serge Semin wrote: > > On Fri, Jul 31, 2020 at 12:10:16PM +0800, Jiaxun Yang wrote: > > Requested by downstream distros, a Kconfig option for default > > IEEE754 conformance mode allows them to set their mode to > > relaxed by default. >

Re: [PATCH] MIPS: Provide Kconfig option for default IEEE754 conformance mode

2020-07-31 Thread Serge Semin
On Fri, Jul 31, 2020 at 12:10:16PM +0800, Jiaxun Yang wrote: > Requested by downstream distros, a Kconfig option for default > IEEE754 conformance mode allows them to set their mode to > relaxed by default. That's what should have been here in the first place. Thanks! Reviewed-by: Serge Semin >

[PATCH] MIPS: Provide Kconfig option for default IEEE754 conformance mode

2020-07-30 Thread Jiaxun Yang
Requested by downstream distros, a Kconfig option for default IEEE754 conformance mode allows them to set their mode to relaxed by default. Signed-off-by: Jiaxun Yang --- arch/mips/Kconfig| 21 + arch/mips/kernel/cpu-probe.c | 12 +++- 2 files changed, 32

[PATCH] MIPS: Provide Kconfig option for default IEEE754 conformance mode

2020-07-30 Thread Jiaxun Yang
Requested by downstream distros, a Kconfig option for default IEEE754 conformance mode allows them to set their mode to relaxed by default. Signed-off-by: Jiaxun Yang --- arch/mips/Kconfig| 21 + arch/mips/kernel/cpu-probe.c | 12 +++- 2 files changed, 32