diff options
Diffstat (limited to 'soft-fp/op-1.h')
-rw-r--r-- | soft-fp/op-1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/op-1.h b/soft-fp/op-1.h index b9035ee821..8e05e2fab7 100644 --- a/soft-fp/op-1.h +++ b/soft-fp/op-1.h @@ -233,7 +233,7 @@ do { \ _nl = X##_f << (_FP_W_TYPE_SIZE - 1); \ _nh = X##_f >> 1; \ } \ - \ + \ udiv_qrnnd(_q, _r, _nh, _nl, _y); \ R##_f = _q | (_r != 0); \ } while (0) |