We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacc40e commit 560e7c1Copy full SHA for 560e7c1
1 file changed
src/CodeGen_PTX_Dev.cpp
@@ -257,11 +257,9 @@ void CodeGen_PTX_Dev::init_module() {
257
}
258
259
if (CodeGen_GPU_Dev::any_strict_float) {
260
- debug(0) << "Setting strict fp math\n";
261
set_strict_fp_math();
262
in_strict_float = target.has_feature(Target::StrictFloat);
263
} else {
264
- debug(0) << "Setting fast fp math\n";
265
set_fast_fp_math();
266
267
0 commit comments