linux-stable/include/math-emu
Vincent Chen 8183db10db math-emu: Use statement expressions to fix Wshift-count-overflow warning
To avoid "shift count >= width of type" warning, using statement
expressions to implement the conditional controlling before constant shift

The modification in op-2.h is taken from the glibc
commit 'sysdeps/unix/sysv/lin ("fe0b1e854ad32")'.

Signed-off-by: Vincent Chen <vincentc@andestech.com>
Acked-by: Greentime Hu <greentime@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
2019-05-31 15:23:25 +08:00
..
double.h
op-1.h
op-2.h math-emu: Use statement expressions to fix Wshift-count-overflow warning 2019-05-31 15:23:25 +08:00
op-4.h
op-8.h
op-common.h math-emu: Use statement expressions to fix Wshift-count-overflow warning 2019-05-31 15:23:25 +08:00
quad.h
single.h
soft-fp.h math-emu/soft-fp.h: (_FP_ROUND_ZERO) cast 0 to void to fix warning 2018-11-22 18:13:42 +08:00