Skip to content

Commit 88f5cfb

Browse files
author
Diptorup Deb
committed
Add fveclib=none to compile with latest icx.
1 parent a1ee24e commit 88f5cfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def spirv_compile():
9999
clang_args = [
100100
compiler,
101101
"-flto",
102+
"-fveclib=none",
102103
"-target",
103104
"spir64-unknown-unknown",
104105
"-c",

0 commit comments

Comments
 (0)