While messing around with v4!ushort in cepl, I kept getting an error that it couldn't coerce the given values into (signed-byte 16). After poking around rtg-math a bit, I found that the vector defs for shorts have the types flipped.
|
(def-v! v!short (unsigned-byte 16)) |
|
(def-v! v!ushort (signed-byte 16)) |