提交 230c61a2 authored 作者: abergeron's avatar abergeron

Merge pull request #4515 from xeray/master

Fix for #4514
...@@ -271,7 +271,7 @@ class NVCC_compiler(Compiler): ...@@ -271,7 +271,7 @@ class NVCC_compiler(Compiler):
'--prec-div', '--prec-sqrt', '--use_fast_math', '--prec-div', '--prec-sqrt', '--use_fast_math',
'-fmad', '-ftz', '-maxrregcount', '-fmad', '-ftz', '-maxrregcount',
'-prec-div', '-prec-sqrt', '-use_fast_math', '-prec-div', '-prec-sqrt', '-use_fast_math',
'--use-local-env', '--cl-version=']: '--use-local-env', '--cl-version=', '-std=']:
if pa.startswith(pattern): if pa.startswith(pattern):
preargs1.append(pa) preargs1.append(pa)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论