Skip to content

Commit

Permalink
Remove avx optimizations for now to see if tht fixes issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jan 18, 2025
1 parent f290cbd commit 69b5f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_scripts/linux/ispc.mak
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ISPC_ARCH=$(shell uname -m)
ifeq '$(ISPC_ARCH)' 'aarch64'
ISPC_FLAGS=--target-os=linux --target=neon-i32x8 --arch=aarch64 --pic
else
ISPC_FLAGS=--target-os=linux --target=sse2-i32x8 --target=avx2-i32x8 --target=avx2-i32x16 --target=avx512icl-x32 --arch=x86_64 --pic
ISPC_FLAGS=--target-os=linux --target=sse2-i32x4 --target=sse2-i32x8 --target=sse4.2-i32x4 --target=sse4.2-i32x8 --arch=x86_64 --pic
endif

$(OBJDIR_LINUX_DEBUG)/%.o: %.ispc
Expand Down
2 changes: 1 addition & 1 deletion macOS

0 comments on commit 69b5f21

Please sign in to comment.