-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
We already implemented the udef_* functions for some VDI functions that otherwise use too much stack space, but for AES the situation is similar. Currently the four arrays are always declared with their maximum size (16 each), which amounts to a total of 192 bytes.
I'm therefore currently experimenting with the attached patch. It also has the benefit that you automatically get warnings when eg. specifying 2 intin parameters in the macro, but then writing 3 values to the array.
What do you think?
PS.: is there a reason why github rejects attaching *.patch files?
Metadata
Metadata
Assignees
Labels
No labels