• H
    parisc: Fix compiler warnings in float emulation code · 3333e040
    Helge Deller 提交于
    [ Upstream commit 6b98d9134e14f5ef4bcf64b27eedf484ed19a1ec ]
    
    Avoid such compiler warnings:
    arch/parisc/math-emu/cnv_float.h:71:27: warning: ‘<<’ in boolean context, did you mean ‘<’ ? [-Wint-in-bool-context]
         ((Dintp1(dint_valueA) << 33 - SGL_EXP_LENGTH) || Dintp2(dint_valueB))
    arch/parisc/math-emu/fcnvxf.c:257:6: note: in expansion of macro ‘Dint_isinexact_to_sgl’
      if (Dint_isinexact_to_sgl(srcp1,srcp2)) {
    Signed-off-by: NHelge Deller <deller@gmx.de>
    Signed-off-by: NSasha Levin <sashal@kernel.org>
    3333e040
cnv_float.h 12.6 KB