Skip to content

Floating point modulus (and probably other llvm instrs) calls libc without stack switch #5702

Closed
@brson

Description

@brson

As seen in #5697, LLVM has lots of places where it will insert calls to libm directly, not switching stacks.

One of places that I recall seeing this before is the translation of the fmod instruction. Rust has floating point modulus and presumably it is doing it in the red zone.

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