File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
if ! isfile (LIBIEIGENTEST) || mtime (eigenfile) > mtime (LIBIEIGENTEST)
45
45
# run(`/usr/bin/clang++ -Ofast -march=native -mprefer-vector-width=$(8REGISTER_SIZE) -DEIGEN_VECTORIZE_AVX512 -I/usr/include/c++/9 -I/usr/include/c++/9/x86_64-generic-linux -I/usr/include/eigen3 -shared -fPIC $eigenfile -o $LIBEIGENTEST`)
46
46
if LoopVectorization. VectorizationBase. AVX512F
47
- run (` /usr/bin/clang++ -Ofast -march=native -mprefer-vector-width=$(8 REGISTER_SIZE) -DEIGEN_VECTORIZE_AVX512 -I/usr/include/eigen3 -shared -fPIC $eigenfile -o $LIBEIGENTEST ` )
47
+ run (` /usr/bin/clang++ -Ofast -march=native -mprefer-vector-width=$(8 REGISTER_SIZE) -DEIGEN_VECTORIZE_AVX512 -I/usr/include/eigen3 -shared -fPIC $eigenfile -o $LIBIEIGENTEST ` )
48
48
else
49
- run (` /usr/bin/clang++ -Ofast -march=native -mprefer-vector-width=$(8 REGISTER_SIZE) -I/usr/include/eigen3 -shared -fPIC $eigenfile -o $LIBEIGENTEST ` )
49
+ run (` /usr/bin/clang++ -Ofast -march=native -mprefer-vector-width=$(8 REGISTER_SIZE) -I/usr/include/eigen3 -shared -fPIC $eigenfile -o $LIBIEIGENTEST ` )
50
50
end
51
51
# run(`icpc -fast -qopt-zmm-usage=high -fargument-noalias-global -qoverride-limits -I/usr/include/eigen3 -shared -fPIC $eigenfile -o $LIBIEIGENTEST`)
52
52
end
You can’t perform that action at this time.
0 commit comments