Skip to content

Commit d1b2d76

Browse files
Deploying to master from @ gfx-rs/wgpu@f842d80 🚀
1 parent b519eb1 commit d1b2d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/naga/proc/constant_evaluator.rs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4141,8 +4141,8 @@
41414141
<span class="macro">component_wise_float!</span>(<span class="self">self</span>, span, [arg], |e| { <span class="prelude-val">Ok</span>([e.floor()]) })
41424142
}
41434143
<span class="kw">crate</span>::MathFunction::Round =&gt; {
4144-
<span class="comment">// TODO: Use `f{32,64}.round_ties_even()` when available on stable. This polyfill
4145-
// is shamelessly [~~stolen from~~ inspired by `ndarray-image`][polyfill source],
4144+
<span class="comment">// TODO: this hit stable on 1.77, but MSRV hasn't caught up yet
4145+
// This polyfill is shamelessly [~~stolen from~~ inspired by `ndarray-image`][polyfill source],
41464146
// which has licensing compatible with ours. See also
41474147
// &lt;https://github.com/rust-lang/rust/issues/96710&gt;.
41484148
//

0 commit comments

Comments
 (0)