Matt Arsenault
252134602f
Add minnum / maxnum intrinsics
...
These are named following the IEEE-754 names for these
functions, rather than the libm fmin / fmax to avoid
possible ambiguities. Some languages may implement something
resembling fmin / fmax which return NaN if either operand is
to propagate errors. These implement the IEEE-754 semantics
of returning the other operand if either is a NaN representing
missing data.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220341 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-21 23:00:20 +00:00
..
2014-08-05 05:43:41 +00:00
2014-08-13 16:26:38 +00:00
2014-09-03 23:38:05 +00:00
2014-06-25 15:41:00 +00:00
2014-08-12 00:05:15 +00:00
2014-09-10 18:00:17 +00:00
2014-07-18 15:51:28 +00:00
2014-07-21 17:06:51 +00:00
2014-06-27 18:19:56 +00:00
2014-08-22 16:41:23 +00:00
2014-07-14 17:24:35 +00:00
2014-08-13 16:26:38 +00:00
2014-10-10 02:15:04 +00:00
2014-10-20 10:41:29 +00:00
2014-10-15 17:01:28 +00:00
2014-08-25 00:28:27 +00:00
2014-09-09 12:40:50 +00:00
2014-08-13 16:26:38 +00:00
2014-10-15 16:11:41 +00:00
2014-07-02 06:50:48 +00:00
2014-07-18 15:51:28 +00:00
2014-06-27 18:19:56 +00:00
2014-06-27 18:19:56 +00:00
2014-07-30 15:57:51 +00:00
2014-08-26 21:49:01 +00:00
2014-08-19 16:39:58 +00:00
2014-10-21 09:00:40 +00:00
2014-09-03 21:29:59 +00:00
2014-09-22 06:47:10 +00:00
2014-10-01 18:55:02 +00:00
2014-07-04 18:42:25 +00:00
2014-10-21 23:00:20 +00:00
2014-07-17 10:50:20 +00:00
2014-08-26 12:47:26 +00:00
2014-08-29 15:30:20 +00:00
2014-09-23 20:46:49 +00:00
2014-10-21 22:20:55 +00:00
2014-10-08 23:25:37 +00:00
2014-10-21 09:00:40 +00:00
2014-08-13 16:26:38 +00:00
2014-09-10 10:48:06 +00:00
2014-10-21 00:13:20 +00:00
2014-08-13 16:26:38 +00:00
2014-07-25 15:50:02 +00:00
2014-10-15 20:39:05 +00:00
2014-09-08 19:16:28 +00:00
2014-10-15 16:20:45 +00:00
2014-08-24 23:23:06 +00:00
2014-10-21 23:00:20 +00:00
2014-08-13 16:26:38 +00:00
2014-08-29 21:53:01 +00:00
2014-08-19 21:08:27 +00:00
2014-10-15 20:39:05 +00:00
2014-10-15 20:39:05 +00:00
2014-10-15 20:28:31 +00:00
2014-08-23 23:07:14 +00:00