Skip to content
  • Eva Darulova's avatar
    Refactor absolute error computation (step 1) · 829ef182
    Eva Darulova authored
    The following has changed:
    - absolute error computation previously present in ErrorFunctions
      is now split into range computation and error computation.
    - it does not annotate the tree anymore, the information is passed via maps in the context
    - error computation supports mixed-precision (without a front-end)
    
    What is probably broken or needs fixing:
    - fixed-point code generation
    - RangePhase and AbsErrorPhases cleanup and deduplication
    829ef182