Improve codegen for IsNan by tannergooding · Pull Request #27272 · dotnet/coreclr (original) (raw)
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/corefx that referenced this pull request
Updating double.IsNaN and float.IsNaN to just
return x != x
Updating x86 codegen to optimize
x != x
for floating-pointChanging the isnan optimization to only check the operand assigned registers
Signed-off-by: dotnet-bot dotnet-bot@microsoft.com
Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/corert that referenced this pull request
Updating double.IsNaN and float.IsNaN to just
return x != x
Updating x86 codegen to optimize
x != x
for floating-pointChanging the isnan optimization to only check the operand assigned registers
Signed-off-by: dotnet-bot dotnet-bot@microsoft.com
Dotnet-GitSync-Bot pushed a commit to Dotnet-GitSync-Bot/mono that referenced this pull request
Updating double.IsNaN and float.IsNaN to just
return x != x
Updating x86 codegen to optimize
x != x
for floating-pointChanging the isnan optimization to only check the operand assigned registers
Signed-off-by: dotnet-bot dotnet-bot@microsoft.com
safern pushed a commit to dotnet/corefx that referenced this pull request
Updating double.IsNaN and float.IsNaN to just
return x != x
Updating x86 codegen to optimize
x != x
for floating-pointChanging the isnan optimization to only check the operand assigned registers
Signed-off-by: dotnet-bot dotnet-bot@microsoft.com
jkotas pushed a commit to dotnet/corert that referenced this pull request
Updating double.IsNaN and float.IsNaN to just
return x != x
Updating x86 codegen to optimize
x != x
for floating-pointChanging the isnan optimization to only check the operand assigned registers
Signed-off-by: dotnet-bot dotnet-bot@microsoft.com
marek-safar pushed a commit to mono/mono that referenced this pull request
Updating double.IsNaN and float.IsNaN to just
return x != x
Updating x86 codegen to optimize
x != x
for floating-pointChanging the isnan optimization to only check the operand assigned registers
Signed-off-by: dotnet-bot dotnet-bot@microsoft.com