You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The shift-left 0u << b is necessary to make this happen, but 0u >> b and 0u >>> b suffice to reproduce the bug just as well. Also, changing b <<= 1u to b = b << 1u makes the bug go away.
Activity
graydon commentedon Aug 26, 2010
Make vreg constrs per-quad, regfence on nontrivial constrs, back out workaround to _uint, add regression test. Closed by 7cfa7bd.
Workaround issue rust-lang#152 in _uint.next_power_of_two
Add check to catch bug underlying issue rust-lang#152. Fix will take …
Make vreg constrs per-quad, regfence on nontrivial constrs, back out …
Merge pull request rust-lang#152 from oli-obk/intrinsics
Merge pull request rust-lang#152 from mark-i-m/glossary_more
Merge pull request rust-lang#152 from rust-lang/feature/const_eval_ch…
Merge pull request rust-lang#152 from willtunnels/set_target-fix
Merge pull request rust-lang#152 from GuillaumeGomez/more-intrinsics