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

cmd/internal/obj/arm64: floating point immediates are loaded through indirection #10113

Open
4ad opened this issue Mar 8, 2015 · 3 comments
Open
Milestone

Comments

@4ad
Copy link
Member

4ad commented Mar 8, 2015

ARM64 is 64 bit, we gain nothing by coalescing float immediates as addresses are 64-bit.

Related to issue #10108 and issue #10112.
Replaces 4ad/go#49.

@4ad 4ad self-assigned this Mar 8, 2015
@4ad 4ad added this to the Go1.5Maybe milestone Mar 8, 2015
@4ad 4ad added the arch-arm64 label Mar 8, 2015
@minux
Copy link
Member

minux commented Mar 8, 2015 via email

@4ad
Copy link
Member Author

4ad commented Mar 8, 2015

I think loading double precision through indirection is fine, we just have to stop using the pool. I'd really like to get rid of the pool.

For single precision MOVZ+FMOV seems best.

@rsc rsc removed the arch-arm64 label Apr 10, 2015
@rsc
Copy link
Contributor

rsc commented Jun 29, 2015

Too late for Go 1.5.

@rsc rsc modified the milestones: Unplanned, Go1.5Maybe Jun 29, 2015
@rsc rsc unassigned 4ad Jun 23, 2022
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

3 participants