Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark stack variables as early clobber for technical correctness
In the field 5x52 asm for x86_64, stack variables are provided as outputs. The existing inputs are all forcibly allocated to registers, so cannot coincide, but mark them as early clobber anyway to make this clearer.
- Loading branch information