]> granicus.if.org Git - graphviz/commit
fullArea: remove micro-optimization of 0 value of 'm'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 4 Sep 2021 01:23:05 +0000 (18:23 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 11 Sep 2021 15:34:29 +0000 (08:34 -0700)
commit2147a2d3e647be93bb63ba8fe566a82a914f54cf
treef9ef71239176608750619fc629645e8f0d199e21
parent4284ae1624610c722c7319c9544037a31654ed59
fullArea: remove micro-optimization of 0 value of 'm'

This is no longer necessary on modern compilers/processors where square root is
less expensive and this code is not on a hot path.
lib/patchwork/patchwork.c