diff options
Diffstat (limited to 'results/scraper/fex/1538')
| -rw-r--r-- | results/scraper/fex/1538 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/results/scraper/fex/1538 b/results/scraper/fex/1538 new file mode 100644 index 000000000..b6b03202e --- /dev/null +++ b/results/scraper/fex/1538 @@ -0,0 +1,5 @@ +FPREM/FPREM1: Support rounding mode differences between these instructions +FPREM1 follows IEEE remainder while FPREM does not. +We should support the differences between these two instructions. Currently they map to the same instruction implementation. + +In particular: FPREM always truncates the quotient towards zero while FPREM1 rounds towards nearest. \ No newline at end of file |