Skip to content

Switch round intrinsic to use round call across all platforms (instead of nearbyint on some)  #6407

Description

@vksnk

From #6406.

Currently, round intrinsic in CodeGen_LLVM is implemented via nearbyint() call. However, on some of the platforms it's implemented via round call. We should make this consistent and implement it via round(). Also, we may want to introduce a separate intrinsic for nearby.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions