]> granicus.if.org Git - graphviz/commit
lu_decompose: remove micro-optimization of avoiding multiplication by 0
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 11 Sep 2021 17:05:06 +0000 (10:05 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Sep 2021 02:31:32 +0000 (19:31 -0700)
commit434864b59154772734c152ab56ab86e9499d37ef
tree87c4f0b49ffe2082b02a6cddbb315d460a24ebe0
parentd17123252d28a308fcff8fde93c7fbd744e5532f
lu_decompose: remove micro-optimization of avoiding multiplication by 0

This is not on a hot path and 0 multiplications are not costly on modern
processors. This squashes a -Wfloat-equal warning.
lib/neatogen/lu.c