diff options
Diffstat (limited to 'results/scraper/box64/228')
| -rw-r--r-- | results/scraper/box64/228 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/results/scraper/box64/228 b/results/scraper/box64/228 new file mode 100644 index 000000000..e7c5598bf --- /dev/null +++ b/results/scraper/box64/228 @@ -0,0 +1,8 @@ +ST0.d!=0.0 can we judge double value != 0.0 through this? +hi, thanks for your great work. just some question. +void arm_fscale(x64emu_t* emu) +{ + if(ST0.d!=0.0) // can we judge double value != 0.0 through this? + ST0.d *= exp2(trunc(ST1.d)); +} + |