Skip to content

Provide the appropriate intrinsic implementations for specific single-precision math functions #6836

@tannergooding

Description

@tannergooding

PR dotnet/coreclr#5492 implemented dotnet/corefx#1151, by providing scalar single-precision floating-point support for many of the trigonometric, logarithmic, and other common mathematical functions.

However, there is still the additional work that needs to be done where the new intrinsics are properly plumbed through the ValueNumStore.

PR dotnet/coreclr#5492 has some details on what needs to be done here, but essentially:

Pretty much all of the intrinsic hookup work, as I understand it, is in the valueenum.cpp file. However, there does not appear to be much (if any) documentation on the ValueNumStore.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions