]> git.lizzy.rs Git - rust.git/commit
Clarify zero-value behavior of `ctlz`/`cttz` intrinsics.
authorCorey Farwell <coreyf@rwell.org>
Sun, 11 Dec 2016 21:36:03 +0000 (13:36 -0800)
committerCorey Farwell <coreyf@rwell.org>
Thu, 15 Dec 2016 17:55:41 +0000 (12:55 -0500)
commita99f70b1e424595dbdcbad4a415f549a6d6686bc
treeb79454ecab7dbd1f5ad79280feeec4f50204916d
parentb197e4a45f31849c29bf6de260531a8f85ba1bf5
Clarify zero-value behavior of `ctlz`/`cttz` intrinsics.

Fixes https://github.com/rust-lang/rust/issues/34381.
src/libcore/intrinsics.rs