Commit Graph

3 Commits

Author SHA1 Message Date
Guy Harris
52561ff053 Push the floating-point test into a separate file.
Hopefully, that will make sure we don't optimize away anything that
will, for example, cause us not to do things differently on 32-bit x86
using the x87 instructions.
2020-02-04 19:53:11 -08:00
Guy Harris
aa2650ec0e Do the floating-point tests closer to what we need.
It's All Very Complicated, so mirror what print-lmp.c does - just do a
calculation based on a particular input value and print the result using
the same format print-lmp.c does, and have tests/TESTrun see what that
result is.

Just do that inside tcpdump.c, so we don't need the fptype stuff.
2020-02-04 19:45:41 -08:00
Guy Harris
a1978c64df Add two files omitted from the previous commit. 2020-02-04 19:09:53 -08:00