[PATCH] D145634: [X86] Support llvm.{min,max}imum.f{32,64}
Evgenii Kudriashov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 14 16:21:58 PDT 2023
e-kud marked 7 inline comments as done.
e-kud added a comment.
In D145634#4187914 <https://reviews.llvm.org/D145634#4187914>, @pengfei wrote:
> In D145634#4187888 <https://reviews.llvm.org/D145634#4187888>, @e-kud wrote:
>
>> In D145634#4183847 <https://reviews.llvm.org/D145634#4183847>, @pengfei wrote:
>>
>>> Do you have plan to support `minimumNumber`?
>>
>> Sorry, I didn't get it. Could you be more specific?
>
> It's accompanying function of `minimum` in IEEE-754 2019, it will be introduced in new C/C++ standard too. I thought you are working for that.
I can't find any lib calls or specific intrinsics for them. I'd like to add them separately if we have any users or needs of them, do we?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145634/new/
https://reviews.llvm.org/D145634
More information about the llvm-commits
mailing list