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.
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: