]> granicus.if.org Git - graphviz/commit
neatogen: replace float-casted calls to 'fabs' with calls to 'fabsf'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 15 Feb 2022 08:22:55 +0000 (19:22 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 16 Feb 2022 10:08:58 +0000 (21:08 +1100)
commite67848a23da03a75d4bcf2063744b2df86f75f71
tree7db6a9c7cd92824da5576f19b8f983340c0aac22
parent6e299c3dcb81582d364357d18dd206448c0df859
neatogen: replace float-casted calls to 'fabs' with calls to 'fabsf'

This is simpler, more efficient, and clearer to the compiler.
lib/neatogen/matrix_ops.c