Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ICE in ArithmeticIF for INT*8 type #845

Merged
merged 1 commit into from
Aug 27, 2020

Commits on Dec 12, 2019

  1. Fix ICE in ArithmeticIF for INT*8 type

    When half precision reals were introduced the table (aif) used in the
    ILI codegen for ArithmeticIF was increased in size and the offset for
    INT*8 increased by one. But the entry for half precision was not
    inserted, this causes an ICE for INT*8 type. The fix is to introduce
    the entry for the half precision type before the INT*8 type.
    kiranchandramohan committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    3f5d509 View commit details
    Browse the repository at this point in the history