Skip to content

Commit

Permalink
Mac ARM can use fixed-point (experimentally)
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jun 24, 2024
1 parent f1c905d commit 7d2e91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
cd qrack
mkdir build
cd build
cmake -DCMAKE_CXX_FLAGS=-I\ /opt/homebrew/opt/opencl-clhpp-headers/include -DENABLE_COMPLEX_X2=OFF -DENABLE_SSE3=OFF -DENABLE_RDRAND=OFF -DQBCAPPOW=12 -DCPP_STD=14 ..
cmake -DCMAKE_CXX_FLAGS=-I\ /opt/homebrew/opt/opencl-clhpp-headers/include -DENABLE_COMPLEX_X2=OFF -DENABLE_SSE3=OFF -DENABLE_RDRAND=OFF -DENABLE_FIXED_POINT=ON -DQBCAPPOW=12 -DCPP_STD=14 ..
make qrack_pinvoke qrack_cl_precompile
- name: Build Wheel
Expand Down

0 comments on commit 7d2e91a

Please sign in to comment.