Partial match for xFuncPiece_EndPoints#556
Conversation
|
JoshSanch
left a comment
There was a problem hiding this comment.
Thanks for the contribution! Looking good for the most part, I left some minor feedback. Please also rebase against main and push so that OK Bot can verify that there are no regressions.
src/SB/Core/x/xMath.cpp
Outdated
| } | ||
|
|
||
| void xFuncPiece_EndPoints(xFuncPiece* func, F32 pi, F32 pf, F32 fi, F32 ff) { | ||
| float xfinv; |
There was a problem hiding this comment.
Is this from the DWARF data? If so, you can leave it in, but if not, please remove it.
If you leave it, please change its type to F32.
🆗 ✅+48 bytes No Regressions 🎉Progress: 2📈 |
Partial match for xFuncPiece_EndPoints. xFuncPiece Eval and ShiftPiece still tricky for me to attack.