[yoga] Replace float with double #1095

Closed
cntrump wants to merge 1 commits from pr_replace_float_with_double into main
cntrump commented 2021-07-04 06:35:51 -07:00 (Migrated from github.com)
No description provided.
NickGerleman (Migrated from github.com) requested changes 2022-10-03 08:44:04 -07:00
NickGerleman (Migrated from github.com) left a comment

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.

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

Sign in to join this conversation.
No description provided.