Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-05-28 23:49:26 +0400
committerThomas Dinges <blender@dingto.org>2012-05-28 23:49:26 +0400
commitd3c6c6babd0adc7644d5967464d10cfcdd5251e0 (patch)
treefc4f228c290378a08107361df4735203d5fcaf1a /intern
parent4f90d757c79bc665c9e4d1cd32573d47e76d2ddd (diff)
Cycles / CUDA:
* Remove -use_fast_math flag from scons as well.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/kernel/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/SConscript b/intern/cycles/kernel/SConscript
index be3c37b476c..14890164a42 100644
--- a/intern/cycles/kernel/SConscript
+++ b/intern/cycles/kernel/SConscript
@@ -35,7 +35,7 @@ if env['WITH_BF_CYCLES_CUDA_BINARIES']:
# nvcc flags
nvcc_flags = "-m%s" % (bits)
- nvcc_flags += " --cubin -use_fast_math --ptxas-options=\"-v\" --maxrregcount=24"
+ nvcc_flags += " --cubin --ptxas-options=\"-v\" --maxrregcount=24"
nvcc_flags += " --opencc-options -OPT:Olimit=0"
nvcc_flags += " -DCCL_NAMESPACE_BEGIN= -DCCL_NAMESPACE_END= -DNVCC"
nvcc_flags += " -I \"%s\" -I \"%s\"" % (util_dir, svm_dir)