master
s 12 lines 299 Bytes
Raw
1 #include "macros.h"
2 .text
3 .global _start
4 _start:
5 TEST_D_D(ftou, 1, 0x00000000, 0x1733f6c2)
6 TEST_D_D(ftou, 2, 0x00000000, 0x2c9d9cdc)
7 TEST_D_D(ftou, 3, 0xffffffff, 0x56eb7395)
8 TEST_D_D(ftou, 4, 0x79900800, 0x4ef32010)
9 TEST_D_D(ftou, 5, 0x0353f510, 0x4c54fd44)
10
11 TEST_PASSFAIL
12