From: pito <pi...@vo...> - 2010-09-16 10:27:02
|
Hi, the f+ works as well: > test_empty_loop 4.0894465E-5 sec per empty loop operation ok > test_fadd_asm 4.194304E-5 sec per fadd-asm operation ok > test_fmul_asm 4.5088768E-5 sec per fmul-asm operation ok > test_fdiv_asm 6.6060295E-5 sec per fdiv-asm operation ok > test_sub_forth_asm (f- as "fnegate f+") 8.5633698E-5 sec per fsub-forth-asm operation ok And the fadd in full forth > test_fadd_forth 1.06011045E-3 sec per fadd-forth operation ok > _pi _pi f+ fs. 6.2831855 ok > -11111 s>f -22222 s>f f+ fs. -3.3333001E4 ok > _1e3 _1e6 f+ fs. 1.00100005E6 ok > Pito |