[PATCH] D145634: [X86] Support llvm.{min,max}imum.f{32,64}
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 12 20:01:52 PDT 2023
pengfei added a comment.
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.
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