Home
last modified time | relevance | path

Searched hist:"6 b98d9134e14f5ef4bcf64b27eedf484ed19a1ec" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/parisc/math-emu/
H A Dcnv_float.hdiff 6b98d9134e14f5ef4bcf64b27eedf484ed19a1ec Fri May 24 23:16:25 CEST 2019 Helge Deller <deller@gmx.de> parisc: Fix compiler warnings in float emulation code

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: Helge Deller <deller@gmx.de>