]> granicus.if.org Git - graphviz/commit
work around a bug in GCC: It generates a call to "sqrtf" for "(float)sqrt(d)"
authorellson <devnull@localhost>
Mon, 3 Jul 2006 12:05:11 +0000 (12:05 +0000)
committerellson <devnull@localhost>
Mon, 3 Jul 2006 12:05:11 +0000 (12:05 +0000)
commit0dfd6ab3449455907a5a684fb54cb8b54c5befd5
tree3f447aadc44b69568296b7382e904e104ba75d10
parent93f5ec2d2397beb8365eb5d7259c28fc32fc6402
work around a bug in GCC: It generates a call to "sqrtf" for "(float)sqrt(d)"
but sqrtf doesn't exist in libm.a.
reported by: Aaron Digulla <digulla@hepe.com>
lib/neatogen/matrix_ops.c