Float8 / BFloat16
- Add IR types for Float8 (e4m3) and BFloat16.
- Add cases to enough matches to compile. There may be more with
_ => panic!(...or equivalent that will only be ran into when trying to compile real code. - TODO: maybe add Float8 and BFloat16 constants? I hope we don't need this...
- Closes #20 (closed).
Edited by rarbore2