Skip to content

Commit

Permalink
Set vectorization
Browse files Browse the repository at this point in the history
  • Loading branch information
howetuft committed Jan 4, 2025
1 parent 843003e commit 39b86f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conan-profiles/conan-profile-macOS-X64
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ compiler.libcxx=libc++
minizip-ng/*:with_zlib=True
minizip-ng/*:with_libcomp=False
openvdb/*:simd=AVX
embree3/*:avx512=True
embree3/*:avx=True
embree3/*:shared=True

[buildenv]
CXX=clang++
CC=clang

[conf]
&:tools.build:cxxflags=["-msse", "-msse2", "-msse3", "-msse4.1", "-msse4.2", "-mssse3", "-mavx", "-mfma"]
&:tools.build:cxxflags+=["-ftree-vectorize", "-march=x86-64-v3", "-O3", "-mno-avx2"]

0 comments on commit 39b86f9

Please sign in to comment.