aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/tutorial
diff options
context:
space:
mode:
authorJohannes Reifferscheid <jreiffers@google.com>2024-06-11 13:44:29 +0200
committerGitHub <noreply@github.com>2024-06-11 13:44:29 +0200
commit9b225d01f8edf08153aa704f534a5a6676384fc2 (patch)
tree7ae5454eb286fd05b9161278dbd99577d31d1207 /llvm/docs/tutorial
parentefbd64cbd90f4cc4eb5b1166eb9840af3ec1bba8 (diff)
downloadllvm-9b225d01f8edf08153aa704f534a5a6676384fc2.zip
llvm-9b225d01f8edf08153aa704f534a5a6676384fc2.tar.gz
llvm-9b225d01f8edf08153aa704f534a5a6676384fc2.tar.bz2
Fix complex abs with nnan/ninf. (#95080)
The current logic tests for inf/inf and 0/0 inputs using a NaN check. This doesn't work with all fastmath flags. With nnan and ninf, we can just check for a 0 maximum. With only nnan, we have to check for both cases separately.
Diffstat (limited to 'llvm/docs/tutorial')
0 files changed, 0 insertions, 0 deletions