aboutsummaryrefslogtreecommitdiff
path: root/deps/SoftFloat-3e
AgeCommit message (Collapse)Author
2022-12-06actually remove stage1Andrew Kelley
2022-02-12stage1: fix softfloat not getting correct endiannessAndrew Kelley
needed to include platform.h in more places so that LITTLEENDIAN will be defined appropriately. closes #10860
2020-05-31deps/SoftFloat-3e/: commit with LF line endingsdaurnimator
`git add --renormalize .` For text files, git expects that all files are commited with LF line endings, it then (optionally) swaps to CRLF on checkout depending on .gitattributes and git config.
2018-03-09update to SoftFloat-3eAndrew Kelley
closes #823