You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, selecting a script from the GUI is a bit painful, because you have to navigate to the python file each time. This should be more ergonomic. A few ideas:
Remember the previous location the user navigated to
Offer a list of recently used scripts
Have a fixed directory for scripts (similar to where you'd put shaders for examples) and select scripts from there
ARM64's flexible shifting of input registers also allows us to calculate
a negative power of two in one instruction; shift the input of a NEG
instruction.
Before:
0x128001f7 mov w23, #-0x10
0x1b1a7efa mul w26, w23, w26
0x93407f58 sxtw x24, w26
After:
0x4b1a13fa neg w26, w26, lsl #4
0x93407f58 sxtw x24, w26
Right now, selecting a script from the GUI is a bit painful, because you have to navigate to the python file each time. This should be more ergonomic. A few ideas:
this is something THC98 requested on the tasvideos forum: http://tasvideos.org/forum/viewtopic.php?t=22105
The text was updated successfully, but these errors were encountered: