Softfloat fcvt.{w/h}.s now returns -MaxInt for -NaN
authorAndrew Waterman <waterman@cs.berkeley.edu>
Mon, 23 Feb 2015 03:27:37 +0000 (19:27 -0800)
committerChristopher Celio <celio@eecs.berkeley.edu>
Mon, 23 Feb 2015 03:27:37 +0000 (19:27 -0800)
commit7e4df4d518b5090eb76f88e6195d8206ae413ca7
treebf38b1ac167f722779f4128a5086c6765d41972a
parent1b15ab2ef5e2730540c42330f3f5681e6534a038
Softfloat fcvt.{w/h}.s now returns -MaxInt for -NaN

   Behavior now consistent with RISC-V user spec.
softfloat/f32_to_i32.c
softfloat/f32_to_i64.c