]> granicus.if.org Git - graphviz/commit
neatogen: replace float-casted calls to 'sqrt' with calls to 'sqrtf'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 15 Feb 2022 08:18:31 +0000 (19:18 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 16 Feb 2022 10:08:56 +0000 (21:08 +1100)
commit6e299c3dcb81582d364357d18dd206448c0df859
tree437f359d358ccd1213114000e212cb9c1552e4f5
parent7d1204261764ec2bbc4ff964f08c9727a46efb7f
neatogen: replace float-casted calls to 'sqrt' with calls to 'sqrtf'

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