]> www.ginac.de Git - cln.git/commit
Remove internal inline versions of numerator/denominator(cl_RA).
authorRichard Kreckel <kreckel@ginac.de>
Mon, 19 Oct 2020 18:36:33 +0000 (20:36 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 19 Oct 2020 18:36:33 +0000 (20:36 +0200)
commit7e29268b4ae7daaf03227fb6afcb7451342c8fb7
tree0c501ab1a60e8225b5dbead17db0014c456b9a61
parent3af2cde18b3aabed4c808b0113daa81c2263b0bd
Remove internal inline versions of numerator/denominator(cl_RA).

These functions were not used internally, but they broke LTO because
they were declared extern publicly.

See <https://www.ginac.de/pipermail/cln-list/2020-September/000772.html>.
src/float/lfloat/elem/cl_LF_RA_div.cc
src/float/lfloat/elem/cl_LF_RA_mul.cc
src/float/lfloat/elem/cl_RA_LF_div.cc
src/rational/cl_RA.h
src/rational/elem/cl_RA_denominator.cc
src/rational/elem/cl_RA_numerator.cc