This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Made EEW not a hint on whole-register load/stores, as can now raise an
address misaligned exception. Closes #529. However, there is a still a pending issue #549 concerning big-endian implementations, which might want EEW also encoded in stores, and then EEW has actual architectural effect on both loads and stores (currently work as if EEW=8).
- Loading branch information
Showing
1 changed file
with
41 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Should and may are essentially equivalent. Should this be in commentary as it is not "must"