We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c9f56 commit aaa3f92Copy full SHA for aaa3f92
crates/rustc_codegen_nvvm/CHANGELOG.md
@@ -42,7 +42,7 @@ However, if you rely on libm for determinism, you must disable the overriding, s
42
This also makes PTX much smaller generally, in our example path tracer, it slimmed the PTX file from about `3800` LoC to `2300` LoC.
43
44
- Trace-level debug is compiled out for release now, decreasing the size of the codegen dll and improving compile times.
45
-- Updated to nightly 12/5/21
+- Updated to nightly 12/4/21
46
47
## 0.1.1 - 11/26/21
48
0 commit comments