-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows support - SIMD headers and code change #42
Conversation
Adding support for Windows10 x64 /arch:AVX2 SIMD Intrinsic
added notes on windows
adding windows
Updating examples
Hi @ashleyabraham, |
working on adding windows without clang
excluding clang for windows
I'll be honest, I am not sure why it worked for windows with CC=gcc/clang, github actions somehow calls |
updated readme
Excluding clang from windows and ubuntu, cl from ubuntu and mac, and gcc from windows
Sorry for the delay in reviewing this. LGTM! |
Added SIMD support to Windows10 x64, MSVC /arch:AVX2, /openmp:llvm