Skip to content

10.0^68 gives a different result on nightly vs 1.11 after llvm-muladd pass removal #56312

Open

Description

Master:

julia> 10.0^68
1.0000000000000001e68

1.11:

julia> 10.0^68
1.0e68

#55802 changed stuff related to muladd which pow uses at

xylo = muladd(logxlo, y, xylo)

Putting on milestone so it isn't forgotten, not to say it is a regression (I don't know).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    mathsMathematical functions

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions