Skip to content

Use SSE impl if AVX not available#63

Closed
etan-status wants to merge 2 commits into
OffchainLabs:mainfrom
etan-status:dev/etan/bs-sse3
Closed

Use SSE impl if AVX not available#63
etan-status wants to merge 2 commits into
OffchainLabs:mainfrom
etan-status:dev/etan/bs-sse3

Conversation

@etan-status
Copy link
Copy Markdown
Contributor

In #14 it was introduced that if AVX is not available, that the generic impl should be used. However, SSE3 impl is available, but that one is also incorrectly guarded by AVX flag.

Verified with docker --platform linux/amd64 that the bit_SSE3 is good.

In OffchainLabs#14 it was introduced that if AVX is not available, that the generic
impl should be used. However, SSE3 impl is available, but that one is
also incorrectly guarded by AVX flag.

Verified with `docker --platform linux/amd64` that the bit_SSE3 is good.
@potuz
Copy link
Copy Markdown
Collaborator

potuz commented Mar 26, 2026

Closing in favor of #64 that fixes Windows to actually be pure SSE,

@potuz potuz closed this Mar 26, 2026
@etan-status etan-status deleted the dev/etan/bs-sse3 branch March 26, 2026 18:50
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

Successfully merging this pull request may close these issues.

2 participants