Support constexpr version of __builtin_fmin and its variations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This is a mirror of my previous patch about builtin max. I promised to make the patch for builtin min =) Here: https://reviews.llvm.org/D134369#3806131
It conforms to libc fmin implementation: https://github.com/llvm/llvm-project/blob/1ae405144d62299d87096de4dc2596a04a4fee84/libc/src/__support/FPUtil/BasicOperations.h#L26-L42