cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

Remove f16 and bf16 #262

Closed segeljakt closed 3 years ago

segeljakt commented 3 years ago

Neither f16 or bf16 are supported by Rust. Previously we were parsing and printing them using the half crate, but were unable to use them for any kind of arithmetic. As the types are currently serve no use, this commit removes them. We might add them back if Rust ever adds support for more floating point types.