diff options
Diffstat (limited to 'results/scraper/fex/1537')
| -rw-r--r-- | results/scraper/fex/1537 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/results/scraper/fex/1537 b/results/scraper/fex/1537 new file mode 100644 index 000000000..ee258ba4d --- /dev/null +++ b/results/scraper/fex/1537 @@ -0,0 +1,6 @@ +FREM/FREM1: Support partial remainder +Currently both of these instructions calculate a full remainder. +There could be games that rely on the partial remainder behaviour of these instructions. +In particular the partial remainder is calculated if the exponent difference between the two values is greater than 63. + +These are some wacking huge numbers at that point so it ends up being unlikely but still needs to be supported. \ No newline at end of file |