]> granicus.if.org Git - pdns/commit
Some unneeded float<->double conversions.
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 17 Jul 2019 13:22:45 +0000 (15:22 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 17 Jul 2019 13:33:16 +0000 (15:33 +0200)
commitd2d3bd00297c769a45714e726c7c6f82f467e029
tree34fb33df2ca2825752804e3e75a4f165e8df6d02
parentf24faa22fe60a4c425b12cc755c694326fafa393
Some unneeded float<->double conversions.
Note that float saves mem, but on some machines it might even be
slower than double, since most FPUs are optimized for double.
pdns/syncres.hh