Commit Graph
6 Commits
Author SHA1 Message Date
Rich Felker daaef3552d fix error in previous ld80 fpclassify commit 2011-06-30 16:37:51 -04:00
Rich Felker f6fd351c70 catch invalid ld80 bit patterns and treat them as nan
this should not be necessary - the invalid bit patterns cannot be
created except through type punning. however, some broken gnu software
is passing them to printf and triggering dangerous stack-smashing, so
let's catch them anyway...
2011-06-30 16:31:43 -04:00
Rich Felker bc30aea457 type directives for x86_64 math asm 2011-06-26 17:41:34 -04:00
Rich Felker e22c2d3ee6 use .type directives for math asm (needed for dynamic linking to work) 2011-06-26 15:52:37 -04:00
Nicholas J. Kain 1e12632591 Port musl to x86-64. One giant commit! 2011-02-15 07:32:09 -05:00
Rich Felker 0b44a0315b initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00