Skip to content

Commit

Permalink
Set vectorization
Browse files Browse the repository at this point in the history
  • Loading branch information
howetuft committed Jan 3, 2025
1 parent 6203658 commit df1bb60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion conan-profiles/conan-profile-Windows-X64
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ compiler.runtime=dynamic

[conf]
tools.env.virtualenv:powershell=False
tools.build:cxxflags+=["/openmp", "/MP", "/DEBUG:NONE", "/arch:AVX2"]
tools.build:cxxflags+=["/openmp", "/MP", "/DEBUG:NONE", "/arch:AVX"]

[options]
openvdb/*:simd=AVX
Expand Down
1 change: 0 additions & 1 deletion conan-profiles/conan-profile-macOS-X64
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ CXX=clang++
CC=clang

[conf]
tools.build:cflags+=["-ftree-vectorize", "-march=x86-64-v4"]
tools.build:cxxflags+=["-ftree-vectorize", "-march=x86-64-v4"]

0 comments on commit df1bb60

Please sign in to comment.