-
Notifications
You must be signed in to change notification settings - Fork 58
x86asm: add support for FLDZ and FLDLN2 #3
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
Conversation
This PR (HEAD: 5603d0e) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/arch/+/149438 to see it. Tip: You can toggle comments from me using the |
Message from Cherry Zhang: Patch Set 1: (1 comment) Thanks for the CL. Could we add a test? Please don’t reply on this GitHub thread. Visit golang.org/cl/149438. |
Message from foo bar: Patch Set 1:
Hi Cherry! Sure, I could add a test. However, based on @quasilyte comment in golang/go#18665 (comment) it seems this may be the wrong approach for adding support for FLDZ and FLDLN2. Inlining @quasilyte's comment below:
Kindly, Please don’t reply on this GitHub thread. Visit golang.org/cl/149438. |
This PR (HEAD: 97cdbbe) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/arch/+/149438 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: fa98ffe) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/arch/+/149438 to see it. Tip: You can toggle comments from me using the |
Message from foo bar: Patch Set 3:
I've now rebased this CL on top of master and added test cases for fldz and fldln2, both of which are passing. Is there anything else needed before merging this? Cheers, Please don’t reply on this GitHub thread. Visit golang.org/cl/149438. |
Message from Cherry Zhang: Patch Set 3: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/149438. |
Message from Gobot Gobot: Patch Set 3: TryBots beginning. Status page: https://farmer.golang.org/try?commit=174c7efd Please don’t reply on this GitHub thread. Visit golang.org/cl/149438. |
Message from Gobot Gobot: Patch Set 3: TryBot-Result+1 TryBots are happy. Please don’t reply on this GitHub thread. Visit golang.org/cl/149438. |
Fixes golang/go#18665. Change-Id: Ia628773266d3e5efba252b910341d00b7fdb7081 GitHub-Last-Rev: fa98ffe GitHub-Pull-Request: #3 Reviewed-on: https://go-review.googlesource.com/c/arch/+/149438 Run-TryBot: Cherry Zhang <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Cherry Zhang <[email protected]>
This PR is being closed because golang.org/cl/149438 has been merged. |
Fixes golang/go#18665.