Closed roconnor-blockstream closed 4 months ago
This fixes an issue with #237.
@roconnor-blockstream Do you plan to update primitiveJetNode.inc to include off_curve_scale
and off_curve_linear_combination1
?
@roconnor-blockstream Do you plan to update primitiveJetNode.inc to include
off_curve_scale
andoff_curve_linear_combination1
?
Not until their code is verified correct.
When the safe versions of these functions were introduced, the primitiveJetNode.inc file was not correctly updated to bind to the new "safe" version of the jets.
To remedy this issue we instead exchange the names of the safe functions, removing the safe prefix and instead adding an "offcurve" prefix to the unsafe versions.
primitiveJetNode.inc isn't touched in this commit since it was already referencing the names without a prefix.