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 is.fpclass intrinsic emulation #2130

Merged
merged 1 commit into from
Aug 20, 2023
Merged

Commits on Aug 18, 2023

  1. Fix is.fpclass intrinsic emulation

    After bitcast float to integer we should use not SAbs but UAbs call. But since
    UAbs is a bit useless - we shouldn't generate *Abs at all.
    
    Signed-off-by: Sidorov, Dmitry <dmitry.sidorov@intel.com>
    MrSidims committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bc2970f View commit details
    Browse the repository at this point in the history