User Tools

Site Tools


pdclib:drawingboard

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
pdclib:drawingboard [2020/10/05 13:49]
solar
pdclib:drawingboard [2021/07/12 10:50]
solar [Floating Point Support for printf]
Line 31: Line 31:
 A request from downstream was to add FP support to my ''printf()'' implementation (which currently **breaks** for %f/%g et al. because it doesn't draw the accompanying value from the stack -- not nice!). A request from downstream was to add FP support to my ''printf()'' implementation (which currently **breaks** for %f/%g et al. because it doesn't draw the accompanying value from the stack -- not nice!).
  
-I got a good introduction to the Dragon4 binary-to-string conversion algorithm as well as the paper for the Grisu3 small integer optimization, but this would be another major construction site (touching ''<math.h>'' and ''<fenv.h>'' matters as well), and I feel it would be just one thing too many to tackle at this point. +I got a good introduction to the Dragon4 binary-to-string conversion algorithm as well as the paper for the Grisu3 small integer optimization. Big Integer support is required for thereand already implemented, so there might be another checkmark added here soon (tm).
 ===== Annex K ===== ===== Annex K =====
  
pdclib/drawingboard.txt · Last modified: 2021/07/12 15:51 by solar