summary refs log tree commit diff
path: root/src/libcoretest/num/dec2flt
AgeCommit message (Expand)AuthorLines
2015-10-16Reject "+" and "-" when parsing floats.Robin Kruppe-0/+12
2015-08-17core: Shuffle around float parsingAlex Crichton-26/+25
2015-08-12Mention that the fast path is broken without SSE.Robin Kruppe-0/+7
2015-08-08Accurate decimal-to-float parsing routines.Robin Kruppe-0/+365