Skip to content

Commit 3dc2465

Browse files
committed
Put back SIMD.
1 parent ae28cd0 commit 3dc2465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccp-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v4
6262
- name: cmake
63-
run: cmake -DOJPH_BUILD_TESTS=yes -DOJPH_DISABLE_SIMD=yes ..
63+
run: cmake -DOJPH_BUILD_TESTS=yes ..
6464
working-directory: build
6565
- name: build
6666
run: make

0 commit comments

Comments
 (0)