https://docs.rs/cranelift-codegen/latest/cranelift_codegen/ir/trait.InstBuilder.html#method.band
"bitwise and" take float parameter looks make no sense.
Yes, it looks like current backends support integer, bool, and vector cases; so integer and bool should be enough for an initial backend. Please feel free to include updates to the instruction definitions in cases like this and we can review them as part of the PR!
ok,thanks.
Last updated: Nov 22 2024 at 16:03 UTC