Difference: FloatingPointUnit (35 vs. 36)

Revision 362022-11-18 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
%DASHBOARD{ section="banner"
Line: 81 to 81
 
  • Do not use FPU in interrupt service routines.
  • Tasks/Threads with FPU operations need much more return stack depth.
Changed:
<
<
  • Rounding is not always working properly. useful for precision more than 3.
>
>
  • Rounding is not always working properly. Not useful for precision more than 3.
 
0.1005e fs. 1.01E-1  ok.
0.1005e fm. 101m ok.

Line: 107 to 107
 
Changed:
<
<
>
>
 
Line: 411 to 412
  vmov tos, s0 1 bx lr Cycles 5
Added:
>
>
 
Added:
>
>
Swift-Forth on a 64 bit Windows PC @ 3.4 GHz, HW FPU
: test ( --  ) \ test 1'000 times sin, displays time in us
  ucounter cr
  pi 2e f* 1000e f/  \ 2*pi/1000
  cr
  1000 0 do
    fdup i s>f f*      fdrop
\    fdup i s>f f* fsin fdrop
\    i .  fdup i s>f f* fsin fs.   cr
\    i .  fdup i s>f f* fsin hex. hex.  cr
  loop
  fdrop
  utimer
;

 
Added:
>
>
91 us, 28 us -> 63 ns for fsin. 2 magnitudes faster than Mecrisp-Cube M4F @ 32 MHz
 

Conclusion

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback