aldanor / fast-float-rust

Super-fast float parser in Rust (now part of Rust core)
https://docs.rs/fast-float
Apache License 2.0
275 stars 20 forks source link

Fix Tests for 32-bit architectures. #21

Closed Alexhuszagh closed 3 years ago

Alexhuszagh commented 3 years ago

Fixes #20.

aldanor commented 3 years ago

👍

(Maybe we should add 32-bit archs to the CI as well?)

Alexhuszagh commented 3 years ago

I'll add some architectures shortly, great idea.