blob: e7c5598bfb18ecba0a2af772d9f9e1ca702dfb81 (
plain) (
blame)
1
2
3
4
5
6
7
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));
}
|