Commit Graph
4 Commits
Author SHA1 Message Date
Petteri Aimonen 67e4f2364d Fix float_double_conversion test failures on MIPS (#543) 2020-06-23 22:57:29 +03:00
Petteri Aimonen 18387782a7 Skip INFINITY/NAN test on Windows.
Apparently it's quite difficult to get a INFINITY macro on MSVC2010
that wouldn't trigger warnings. It's enough to cover these cases on
other compilers.
2019-12-17 10:24:04 +02:00
Petteri Aimonen f030e3c3de Try to fix build error on Windows 2019-12-17 09:22:28 +02:00
Petteri Aimonen 511b708290 Add PB_CONVERT_DOUBLE_FLOAT setting to convert doubles on AVR.
This is easier to use than the old method of separate conversion functions.
More importantly, it should allow running the same tests on AVR target.
2019-12-16 12:14:16 +02:00