On Thu, 20 Jan 2022, Joseph Myers wrote:

> The C functions fmin and fmax correspond to the IEEE 754-2008 operations 
> minNum and maxNum, which operate as described, and the RISC-V 'F' and 'D' 
> extensions *before* version 2.2 of those extensions also corresponded to 
> minNum and maxNum.

And, to make things clear for people confused by the different version 
numbers involved: RISC-V ISA version 2.2 contains 'F' and 'D' extensions 
version 2.0.  It's version 2.2 of the extensions, *not* of the ISA, that 
changed the instructions from minNum and maxNum to minimumNumber and 
maximumNumber.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to