Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load8 can be implemented on 32-bit instead of loadWord #85

Open
andres-erbsen-sifive opened this issue Jul 2, 2019 · 0 comments
Open

Comments

@andres-erbsen-sifive
Copy link
Contributor

andres-erbsen-sifive commented Jul 2, 2019

on 32-bit it can be implemented as load4, as that's what truncating a load8 would look like. store8(x) would be store4(x) and store4(0), still not too bad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant