Skip to content

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

@coolcatlee

Description

@coolcatlee

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions