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

maybe a error in tests/source/utils.S #32

Open
coolcatlee opened this issue May 29, 2021 · 0 comments
Open

maybe a error in tests/source/utils.S #32

coolcatlee opened this issue May 29, 2021 · 0 comments

Comments

@coolcatlee
Copy link

I think the sse_probe should be:

.global sse_probe
sse_probe:
movdqu (%rsi), %xmm0
movq %xmm0, %rax
andq $0xff, %rax
shl $STRIDE_SHIFT, %rax
movq (%rdi, %rax), %rax
ret

@coolcatlee coolcatlee changed the title maybe a error in test/source/utils.S maybe a error in tests/source/utils.S May 29, 2021
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