Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-16 | remove junk sincos implementations in preparation to merge nsz's real ones | Rich Felker | 1 | -8/+0 | |
2011-02-19 | workaround gcc bug 46926 by providing a dumb sincos implementation | Rich Felker | 1 | -0/+8 | |
note that this library itself is built with -ffreestanding so sincos.c should not be miscompiled even if the gcc used to compile musl has this bug. |