L1VM - no FPU

Ich erstellte eine neue FPU Emulations Bibliothek mit fp16: “math-nofp”. Mit diesem Modul kann man Fließkomma Berechnungen ohne FPU ausführen. Ich schrieb ein Testprogramm: “prog/math-circle-nofpu.l1com”. Das ist für Hardware gedacht, die keine echte FPU hat.
———

I did add the fp16 FPU emulation library to L1VM: “math-nofp”. This module is to do floating point math without FPU. I also wrote a test program: “prog/math-circle-nofpu.l1com”. This may fit on hardware which has no real FPU.