spatial-lang icon indicating copy to clipboard operation
spatial-lang copied to clipboard

Missing operations on FixPt

Open rubenfiszel opened this issue 7 years ago • 1 comments

Here is the operations that I noticed missing for FixPt so far:

  • [ ] log
  • [ ] exp
  • [ ] sqrt
  • [ ] acos
  • [ ] cos
  • [ ] sin

rubenfiszel avatar Jul 18 '17 18:07 rubenfiszel

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

mattfel1 avatar Jul 18 '17 19:07 mattfel1