Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional commits to make AVX2 work with MSVC
Note that this requires the /openmp:llvm option to be enabled. The `_OPENMP` define is the same between /openmp and /openmp:llvm meaning there is no way to tell whether or not unsigned index types in OpenMP loops are usable, and thus cannot be switched between at compile time.
- Loading branch information