General info on 48/49/50 ROM entry points
|
01-01-2018, 04:43 PM
Post: #13
|
|||
|
|||
RE: General info on 48/49/50 ROM entry points
(01-01-2018 04:10 PM)grsbanks Wrote: Just to test this very quickly I ran 2000 multiplications of two standard reals in one program and two extended reals in another. Stack manipulation (especially in SysRPL) is very fast. A short loop using %+ and %SQRT vs. %%+ and %%SQRT gave the following results: %+: 2.74047851562 %%+: 2.02880859375 (5000 iterations, %+ was 35% slower than %%+) %+ %SQRT: 7.46215820312 %%+ %%SQRT: 6.84362792969 (3000 iterations, %+ %SQRT was 9% slower than %%+ %%SQRT) Here's the code I ran: Code: :: |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)