summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2015-04-03 23:25:18 +0100
committerRalf Baechle <ralf@linux-mips.org>2015-04-08 01:09:23 +0200
commitec98f9a01ffb23ea72471ccbc8c390c8c2e4c0b3 (patch)
tree585632947155b10025a4beaa749c9fd7cc9c8f7e /tools/perf/scripts/python
parent1f6d2c29b08bbd29a3d3b8476e9a26546e03104e (diff)
MIPS: math-emu: Update sNaN quieting handlers
Commit fdffbafb [Lots of FPU bug fixes from Kjeld Borch Egevang.] replaced the two single `ieee754sp_nanxcpt' and `ieee754dp_nanxcpt' places, where sNaN quieting used to happen for single and double floating-point operations respectively, with individual qNaN instantiations across all the call sites instead. It also made most of these two functions dead code as where called on a qNaN they return right away. To revert the damage and make sNaN quieting uniform again first rewrite `ieee754sp_nanxcpt' and `ieee754dp_nanxcpt' to do the same quieting all the call sites do, that is return the default qNaN encoding for all input sNaN values; never propagate any sNaN payload bits from its trailing significand field. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9685/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
/td>mtd: map: BUG() in non handled casesDmitry Eremin-Solenikov 2013-02-04mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) lockingStefan Roese 2012-11-16mtd: uninitialized variable warning in map.hArnd Bergmann 2012-11-15mtd: map: Fix compilation warningViresh Kumar 2012-03-28Remove all #inclusions of asm/system.hDavid Howells 2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells 2012-01-09mtd: map.h: fix arm cross-build failureArtem Bityutskiy 2012-01-09mtd: cfi: Allow per-mapping CFI device endiannessAaron Sierra 2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse 2010-08-08mtd: Update copyright noticesDavid Woodhouse 2010-05-14mtd: suppress warnings in inline_map_read()Kevin Cernekee 2010-05-14mtd: map.h: add missing bug.h includeKevin Cernekee 2009-01-05[MTD] LPDDR added new pfow_base parameterAlexey Korolev 2008-07-25Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6David Woodhouse 2008-07-21MTD: handle pci_name() being constGreg Kroah-Hartman 2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk 2007-09-06[MTD] Fix CFI build error when no map width or interleave supportedDavid Woodhouse 2007-02-09[MTD] physmap: Add support for 64 bit resourcesStefan Roese