summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/tcg/2507
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/accel-gemma3:12b/tcg/2507')
-rw-r--r--results/classifier/accel-gemma3:12b/tcg/250714
1 files changed, 14 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/tcg/2507 b/results/classifier/accel-gemma3:12b/tcg/2507
new file mode 100644
index 00000000..f213e832
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/tcg/2507
@@ -0,0 +1,14 @@
+
+m68k: fpu: frestore with NULL state should reset FPU state
+Description of problem:
+According to the PRM:
+
+```
+Floating-Point Status Register: Cleared if the state size is NULL; otherwise, not affected. 
+```
+
+But this does not currently happen.
+Steps to reproduce:
+1. set a value in fpsr
+2. do frestore with state size zero
+3. read back fpsr and notice it isn't zero.