Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add flag to build compiler options with G++ on macOS.
Building with G++ on Darwin breaks when either AVX, AVX2, or SSE4.1 compiler option is set, unless G++ is actually CLANG. This commit allows to build with G++, by asking G++ to delegate assembly to the clang integrated assembler, instead of the GNU one.
- Loading branch information