Bug 842 - add Tininess-After-Rounding floating point flag -- needed for x86 and risc-v compatibility.
Summary: add Tininess-After-Rounding floating point flag -- needed for x86 and risc-v ...
Status: CONFIRMED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Specification (show other bugs)
Version: unspecified
Hardware: Other Linux
: --- enhancement
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks:
 
Reported: 2022-05-31 05:49 BST by Jacob Lifshay
Modified: 2022-05-31 05:49 BST (History)
1 user (show)

See Also:
NLnet milestone: ---
total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0
parent task for budget allocation:
child tasks for budget allocation:
The table of payments (in EUR) for this task; TOML format:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Lifshay 2022-05-31 05:49:43 BST
OpenPower has Tininess-Before-Rounding, many widely-used architectures have Tininess-After-Rounding instead. I think we should add a flag to allow OpenPower to switch modes -- this is part of efficiently running x86 FP operations on OpenPower (e.g. through qemu)