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

Doubles, access to odd float registers #32

Open
ml7715 opened this issue Mar 27, 2017 · 0 comments
Open

Doubles, access to odd float registers #32

ml7715 opened this issue Mar 27, 2017 · 0 comments

Comments

@ml7715
Copy link

ml7715 commented Mar 27, 2017

When compiling my correct assembly, which adds two doubles I get the following errors:

mips.s:19: Error: float register should be even, was 5
mips.s:34: Error: float register should be even, was 5
mips.s:42: Error: float register should be even, was 1

However when adding the -mfp32 flag, it compiles fine and works as expected.

Does our assembly have to be FP64 compatible or FP32 is enough?
Can we assume that you will be testing our compiler using the -mfp32 flag?

Thanks,
Marco

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