vec_replace_unaligned has wrong type signatures
#83
Open
opened 3 years ago by Bill Schmidt
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
This is a pasto. The type signatures from vec_replace_elt appear here as well. These should be changed so that, for each signature, the return value and first argument are vector unsigned char.
Actually, just the return value should be vector unsigned char. The first argument should remain as shown in the document.