[all-commits] [llvm/llvm-project] 0d5336: APFloat: Add minimumnum and maximumnum (#96304)
YunQiang Su via All-commits
all-commits at lists.llvm.org
Tue Jun 25 16:11:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d533665054c3a04681c46f3ed88960f28777be1
https://github.com/llvm/llvm-project/commit/0d533665054c3a04681c46f3ed88960f28777be1
Author: YunQiang Su <syq at debian.org>
Date: 2024-06-26 (Wed, 26 Jun 2024)
Changed paths:
M llvm/include/llvm/ADT/APFloat.h
M llvm/unittests/ADT/APFloatTest.cpp
Log Message:
-----------
APFloat: Add minimumnum and maximumnum (#96304)
They implements IEEE754-2019 minimumNumber and maximumNumber semantics.
Newer libc also has these 2 functions with names
fminimum_num
fmaximum_num
We are planning add minimumnum and maximumnum intrinsic. This is a step
to the goal.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list