Fixes #9283 : firstLeadingBit returns signed semantics result instead…#9299
Fixes #9283 : firstLeadingBit returns signed semantics result instead…#9299teoxoy merged 4 commits intogfx-rs:trunkfrom
Conversation
…nstead of unsigned for u32 input 0xFFFFFFFF on Metal backend
|
The snapshots need to be regenerated. |
|
There is a CTS test, You can run it with: |
|
@andyleiserson i was gonna checkout why but the cts cmd needs some fixing on macos
|
|
I think |
|
Could you addd |
|
Thanks! |
|
I was reading the source for the |
… of unsigned for u32 input 0xFFFFFFFF on Metal backend
Connections
Fixes #9283
Description
fixes a small logic bug between u32 and i32 in firstLeadingBit
Testing
ran all tests
Squash or Rebase?
Checklist
cargo fmt.taplo format.cargo clippy --tests. If applicable, add:--target wasm32-unknown-unknowncargo xtask testto run tests.CHANGELOG.mdentry.