[yoga] Replace float
with double
#1095
Reference in New Issue
Block a user
No description provided.
Delete Branch "pr_replace_float_with_double"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thanks for the contribution!
I don't think this change could be accepted in its current form, since it would break the existing API of Yoga. If there are cases where we discovered that we do need this extra precision, it might make sense to hide this behind a separate configurable type.
I think it would also be wise to perform some performance/memory analysis, to see if that extra precision comes at a cost.
Pull request closed