From e5c2c2d0c0315ca24cc9cd638cdb1a2d8dcc4b0d Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 17 Oct 2013 12:36:02 +0000 Subject: soft-fp: make extensions quiet signaling NaNs (bug 16041). --- soft-fp/op-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'soft-fp') diff --git a/soft-fp/op-common.h b/soft-fp/op-common.h index 9a9a8f5256..67cdc33b4c 100644 --- a/soft-fp/op-common.h +++ b/soft-fp/op-common.h @@ -1505,6 +1505,7 @@ FP_SET_EXCEPTION (FP_EX_INVALID); \ _FP_FRAC_SLL_##dwc (D, (_FP_FRACBITS_##dfs \ - _FP_FRACBITS_##sfs)); \ + _FP_SETQNAN (dfs, dwc, D); \ } \ } \ } \ -- cgit v1.2.1