adtools/clib2

View on GitHub
library/TODO

Summary

Maintainability
Test Coverage
C99 math functions:

    fma() and fmaf() should be implemented as a true "fused" multiply
    and add function rather than the sequential operation implied in the
    current implementation.