Antonio Sanchez
c65c2b31d4
Make half/bfloat16 constructor take inputs by value, fix powerpc test.
...
Since `numeric_limits<half>::max_exponent` is a static inline constant,
it cannot be directly passed by reference. This triggers a linker error
in recent versions of `g++-powerpc64le`.
Changing `half` to take inputs by value fixes this. Wrapping
`max_exponent` with `int(...)` to make an addressable integer also fixes this
and may help with other custom `Scalar` types down-the-road.
Also eliminated some compile warnings for powerpc.
2021-02-27 21:32:06 +00:00
..
2021-02-27 21:32:06 +00:00
2021-02-24 23:59:35 +00:00
2021-02-03 09:01:48 -08:00
2021-02-27 18:44:26 +01:00
2018-11-09 11:35:48 +01:00
2019-07-12 19:46:37 +02:00
2019-12-19 17:30:11 +01:00
2018-06-28 00:20:59 +02:00
2018-11-23 16:01:47 +01:00
2017-02-28 14:00:15 -08:00
2021-02-24 23:50:06 +00:00
2016-01-01 21:45:06 +01:00
2019-02-15 16:35:35 +01:00
2020-04-23 17:25:08 +02:00
2020-04-13 16:41:20 +02:00
2018-12-05 15:01:04 +01:00
2019-09-11 15:40:07 +02:00
2016-12-28 18:29:30 +01:00
2019-02-16 09:44:05 +01:00
2021-01-28 15:13:07 +01:00
2016-06-05 12:57:48 -07:00
2016-01-31 10:48:49 -08:00
2021-01-06 09:16:52 -08:00
2021-02-26 09:12:44 -08:00
2019-04-24 12:42:28 -07:00
2020-06-11 23:43:25 +00:00
2018-04-03 16:15:43 +02:00
2019-03-14 10:18:24 +01:00
2017-02-28 14:58:45 -08:00
2020-10-09 02:05:05 +02:00
2019-04-24 12:42:28 -07:00
2014-10-13 17:18:26 +02:00
2017-02-28 09:56:45 -08:00
2021-01-05 18:15:30 +00:00
2021-02-26 14:08:40 -08:00
2020-12-04 21:45:09 +00:00
2020-05-14 22:11:19 +00:00
2019-11-13 21:16:53 +01:00
2019-12-11 18:22:57 +00:00
2017-10-12 15:22:10 -04:00
2019-12-19 17:30:11 +01:00
2021-01-22 11:10:54 -08:00
2021-01-17 08:50:57 -08:00
2019-07-18 20:22:17 +02:00
2019-12-19 17:30:11 +01:00
2019-01-17 18:27:25 +01:00
2018-03-11 10:01:44 -04:00
2020-10-29 07:28:28 +01:00
2018-10-16 01:04:25 +02:00
2019-09-24 11:09:58 +02:00
2021-02-24 23:50:06 +00:00
2019-02-15 16:35:35 +01:00
2021-02-24 23:50:06 +00:00
2021-01-28 01:10:36 +01:00
2021-02-26 09:07:00 -08:00
2021-01-06 13:14:20 -08:00
2017-02-28 16:42:00 -08:00
2020-11-27 08:48:11 -07:00
2017-02-28 09:56:45 -08:00
2019-02-21 22:44:40 +01:00
2020-08-20 16:48:11 +02:00
2019-01-17 11:33:43 +01:00
2018-06-07 15:45:24 +02:00
2019-01-17 18:27:49 +01:00
2019-01-18 10:41:14 +01:00
2020-12-01 03:08:47 +00:00
2021-02-27 19:02:33 +01:00
2020-05-15 20:36:00 +00:00
2021-01-27 23:32:12 +01:00
2019-02-15 16:35:35 +01:00
2020-04-29 17:27:36 +00:00
2020-12-01 03:08:47 +00:00
2019-12-19 17:30:11 +01:00
2019-02-15 16:35:35 +01:00
2020-05-14 22:38:20 +00:00
2019-05-31 15:26:06 -07:00