Skip to content

Commit

Permalink
Disable AVX2 and SSE2 instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed May 21, 2024
1 parent 8769743 commit 28674c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-emscripten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:

env:
FORCE_COLOR: 3
# Disable instructions: AVX2 and SSE2 because Emscripten-specific SIMD
# support has not been implemented yet
DISABLE_NUMCODECS_AVX2: 1
DISABLE_NUMCODECS_SSE2: 1

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 28674c3

Please sign in to comment.