mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-11 23:43:15 +00:00
tests/fpu: Add test case for denorm input in frsp test
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
This commit is contained in:
parent
ab3783b61b
commit
577bbb8f5d
@ -679,6 +679,7 @@ struct roundvals {
|
||||
{ FPS_RN_FLOOR, 0x47f1234550000000, 0x47efffffe0000000, FPS_FI },
|
||||
{ FPS_RN_NEAR, 0x38012345b0000000, 0x38012345c0000000, FPS_FR|FPS_FI },
|
||||
{ FPS_RN_NEAR, 0x37c12345b0000000, 0x37c1234400000000, FPS_FI },
|
||||
{ FPS_RN_NEAR, 0x0000008800000088, 0, FPS_FI },
|
||||
};
|
||||
|
||||
int test8(long arg)
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user