-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove sm4 line xyze UI #4766
Remove sm4 line xyze UI #4766
Conversation
No change in code size. Reason for removing this function is just to reduce lines of code that is maintained.
All values in bytes. Δ Delta to base
|
Nice these changes now pass Github CI :) I guess we can review it then. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good 👍
👍 Builds work as expected in VSCode (CMake) windows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works
Cleaning up my fork and found this branch. Changing the file from
.c
to.cpp
was not building correctly in the Travis build, I never found out why but I suspect it was cache related. Now that we're using CMake it should run fine...Creating this PR to check if CI passes