summary refs log tree commit diff stats
path: root/results/scraper/fex/1665
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/1665')
-rw-r--r--results/scraper/fex/16652
1 files changed, 2 insertions, 0 deletions
diff --git a/results/scraper/fex/1665 b/results/scraper/fex/1665
new file mode 100644
index 000000000..b08220ebb
--- /dev/null
+++ b/results/scraper/fex/1665
@@ -0,0 +1,2 @@
+F64: MXCSR and FCW round modes mixed 
+In implementing rounding in F64 mode for #1664, the states for MXCSR and FCW both set the host rounding mode, overwriting each other. This is visible to the guest through the possibility of incorrect rounding. These should be set independently.