Skip to content

Commit 700f5a2

Browse files
committed
Use mcmodel=large for ISPC
1 parent a1cbc45 commit 700f5a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/ispc-disp

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import sys
1616

1717

1818
ispc_replacements = [('-c', ''), ('-std=c++11', '')]
19-
clang_replacements = [('-woff', '-w')]
19+
clang_replacements = [('-woff', '-w'), ('--pic', '-fPIC'), ('--mcmodel=large', '-mcmodel=large')]
2020
targ_replacements = [('sse\d', 'westmere'),
2121
('avx1', 'sandybridge'),
2222
('avx2', 'haswell'),

scripts/test_sets.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ubsan_gcc | g++ | gcc | -fPIC -mcmodel=large -fs
4444
icc | icpc | icc | -fPIC -mcmodel=large -w | -x
4545
icx | icpx | icx | -fPIC -mcmodel=large -w -fopenmp-simd -mllvm -vec-threshold=0 | -march=
4646
dpcpp | clang++ | clang | -fsycl -w | -march=
47-
ispc | ispc-proxy | ispc-proxy | -woff | --target=
47+
ispc | ispc-proxy | ispc-proxy | -woff --pic --mcmodel=large | --target=
4848

4949
Testing sets:
5050
# Set name - codename for testing set

0 commit comments

Comments
 (0)