Unverified Commit 056b4043 authored by Job Henandez Lara's avatar Job Henandez Lara Committed by GitHub
Browse files

[libc][NFC] refactor fmin and fmax (#86718)



Hello,

So, I worked on the fmaximum and fminimum functions recently and the
reviewers suggested the structure:

```
if (bitsx ...)
  return ...;
if (bitsy ..)
  return 
...
return ...;
```
So I went ahead and did the same for fmin and fmax. I hope this isnt an
issue for you all. thanks.

---------

Co-authored-by: default avatarJob Hernandez <h93@protonmail.com>
parent 2c7610cc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment