We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot find any documents about the detailed behavior of fmax.s/fmax.d instruction of VE. Anybody can make a clear about it?
fmax.s/fmax.d
https://llvm.org/docs/LangRef.html#llvm-min-intrinsics-comparation
The text was updated successfully, but these errors were encountered:
See https://sxauroratsubasa.sakura.ne.jp/documents/guide/pdfs/Aurora_ISA_guide.pdf 8.7.6. FCM I guess you are more interested in 4.3.9 Compare and select operation
8.7.6. FCM
4.3.9 Compare and select operation
Sorry, something went wrong.
@arsenm Oh, there does be such ISA has fmaxnum/fminnum, while doesn't treat +0.0 > -0.0.
arsenm
kaz7
No branches or pull requests
I cannot find any documents about the detailed behavior of
fmax.s/fmax.d
instruction of VE.Anybody can make a clear about it?
https://llvm.org/docs/LangRef.html#llvm-min-intrinsics-comparation
The text was updated successfully, but these errors were encountered: