1.3 |
| 19-Dec-2021 |
riastradh | Fix mistake in array_index_nospec.
j must be constrained to be in the same register on input or output; otherwise the compiler may put them in different places, expect the asm code to write to the output register, and read garbage from the output register when we fail to put anything there.
|