Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Unverified Commit 982a7eb9 authored by Palmer Dabbelt's avatar Palmer Dabbelt
Browse files

Documentation: RISC-V: uabi: Only scalar misaligned loads are supported


We're stuck supporting scalar misaligned loads in userspace because they
were part of the ISA at the time we froze the uABI.  That wasn't the
case for vector misaligned accesses, so depending on them
unconditionally is a userspace bug.  All extant vector hardware traps on
these misaligned accesses.

Reviewed-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240524185600.5919-1-palmer@rivosinc.com


Signed-off-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
parent 7bed5161
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment