summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/2507
blob: 31b2c38e24c36ebdd30872637759b7aafb0337a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
device: 0.796
performance: 0.794
graphic: 0.730
network: 0.523
PID: 0.501
permissions: 0.429
semantic: 0.414
vnc: 0.361
files: 0.342
debug: 0.341
boot: 0.320
socket: 0.275
KVM: 0.269
other: 0.162

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.