forked from microsoft/react-native-macos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove BitUtils Usage in YGNode (microsoft#1250)
Summary: X-link: facebook/yoga#1250 Pull Request resolved: facebook#36988 BitUtils functions in Yoga are like bit fields, with more steps, and more error prone (you need to work with explicit offsets). Replace usage with a bitfield struct. Changelog: [Internal] Differential Revision: https://internalfb.com/D45133645 fbshipit-source-id: 56bd37c7e507f9172437a88772d142edede52f9d
- Loading branch information
1 parent
65f5cd7
commit 92d2eba
Showing
2 changed files
with
44 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters