KFAFSP / base2-mlir

MLIR dialects for binary number representations.
ISC License
5 stars 0 forks source link

Add the `base2.fixed.*` exact operations #2

Open KFAFSP opened 1 year ago

KFAFSP commented 1 year ago

For all operations permissible on fixed-point types, including those exclusive to them (e.g., rescale), an exact operation should exist. These infer their result types from the operand types.

Check FixedPointInterpreter for more details.