Skip to content

Commit

Permalink
Embree3 vectorization
Browse files Browse the repository at this point in the history
  • Loading branch information
howetuft committed Jan 6, 2025
1 parent 19ae8c3 commit fd00271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conan-profiles/conan-profile-Linux-X64
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ compiler.libcxx=libstdc++11

[options]
openvdb/*:simd=AVX
embree3/*:avx2=True
embree3/*:avx512=True

[conf]
tools.build:cflags+=["-ftree-vectorize", "-march=x86-64-v3", "-O3"]
tools.build:cxxflags+=["-ftree-vectorize", "-march=x86-64-v3", "-O3"]
openvdb/*:tools.cmake.cmaketoolchain:extra_variables={ 'USE_CCACHE':'OFF' }
embree3/*:avx2=True
embree3/*:avx512=True

0 comments on commit fd00271

Please sign in to comment.