spatial-lang
spatial-lang copied to clipboard
Missing operations on FixPt
Here is the operations that I noticed missing for FixPt so far:
- [ ] log
- [ ] exp
- [ ] sqrt
- [ ] acos
- [ ] cos
- [ ] sin
These exist already exp_taylor sqrt_approx cos_taylor sin_taylor
See spatial-lang/spatial/core/src/spatial/lang/static/MathApi.scala for what these expand to