iree
iree copied to clipboard
support float type conversion between f32 and f64
I had an issue where passing an f64 where an f32 was expected would result in a zero value, and this fixes it.
This fixes an issue I found using Wave. Full disclosure: I used AI tools to help me with this, and I don't really understand much of the context here. But it does fix the issue and seems reasonable.