Skip to content

Use LLVM intrinsics for floor, ceil, trunc, and round #5983

@simonster

Description

@simonster

Right now we call openlibm for these, but that is really slow (see my benchmarks versus VML). I think LLVM can optimize the intrinsics into a single instruction. Might be easiest to wait until we have #5046.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions