You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
target_compile_options(pyquicked_scalar PRIVATE /arch:SSE2) # Disable SSE4.1 and AVX2 for the scalar Python binding (SSE2 is the minimum supported by MSVC)
target_compile_options(quicked_scalar PRIVATE /arch:SSE2) # Disable SSE4.1 and AVX2 for the scalar Python binding (SSE2 is the minimum supported by MSVC)
0 commit comments