-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hi,
In RVA20U64 Mandatory Extensions, zicclsm has the following requirement:
"This introduces a new extension name for this feature. This requires misaligned support for all regular load and store instructions (including scalar and vector) but not AMOs or other specialized forms of memory access. Even though mandated, misaligned loads and stores might execute extremely slowly. Standard software distributions should assume their existence only for correctness, not for performance."
But in RVA22U64 Mandatory Extensions, zicclsm has the following requirement:
"This is a new extension name for this feature. Even though mandated, misaligned loads and stores might execute extremely slowly. Standard software distributions should assume their existence only for correctness, not for performance."
They are inconsistent. RVA22U64 does not describe vector related requirement.
Could you please help explain about the reason?
Thanks
Hao Sun