Johannes Reifferscheid
9b225d01f8
Fix complex abs with nnan/ninf. ( #95080 )
...
The current logic tests for inf/inf and 0/0 inputs using a NaN check.
This doesn't work with all fastmath flags. With nnan and ninf, we can
just check for a 0 maximum. With only nnan, we have to check for both
cases separately.
2024-06-11 13:44:29 +02:00
..
2024-02-28 18:58:53 +05:30
2024-03-11 10:06:49 -05:00
2024-01-23 16:52:21 -06:00
2024-01-22 09:23:11 +00:00
2024-06-04 08:10:28 +02:00
2024-04-01 11:57:14 +02:00
2024-05-17 10:29:48 -04:00
2024-05-17 11:20:11 +01:00
2024-05-08 10:01:47 +01:00
2023-10-31 07:36:32 +01:00
2024-05-24 09:24:59 +02:00
2024-01-18 12:21:19 +09:00
2023-08-21 10:41:55 +09:00
2024-06-11 13:44:29 +02:00
2023-10-31 07:36:46 +01:00
2023-09-27 14:02:54 +02:00
2023-11-04 23:48:59 -04:00
2024-06-10 13:40:24 +02:00
2024-01-17 14:55:02 +00:00
2023-11-28 07:35:09 +01:00
2024-06-10 20:22:22 -05:00
2024-05-31 17:47:53 +02:00
2024-03-21 10:33:49 +01:00
2024-05-28 10:17:02 -05:00
2024-04-15 17:59:17 +01:00
2023-11-01 08:40:54 +01:00
2023-08-11 10:05:30 +02:00
2024-06-10 12:39:55 -04:00
2023-11-23 22:21:39 +01:00
2023-09-28 11:11:16 +01:00
2024-04-09 00:41:12 +02:00
2024-02-23 09:48:58 +00:00
2024-02-07 15:23:28 -05:00
2024-04-23 09:28:37 +02:00
2024-04-30 09:28:35 -07:00
2024-03-21 08:49:27 -07:00
2024-05-24 09:24:59 +02:00
2024-05-23 09:12:10 +02:00
2024-04-24 14:22:59 +01:00
2024-05-24 10:00:36 +00:00
2023-12-20 11:06:27 +09:00
2024-06-10 13:57:38 +03:00
2024-01-06 11:17:01 +01:00
2024-04-24 14:28:59 +01:00
2024-03-21 08:49:27 -07:00
2024-02-21 12:28:05 -08:00
2024-05-24 09:24:59 +02:00
2024-03-13 08:52:05 -07:00
2024-03-21 08:49:27 -07:00
2023-09-07 11:08:52 -07:00
2024-05-01 13:26:42 -07:00
2023-11-10 10:54:51 -08:00
2023-08-15 18:16:37 +00:00
2024-05-28 17:59:23 +02:00
2023-08-28 17:16:21 +02:00
2024-05-21 08:08:05 +01:00
2024-05-13 12:10:25 -07:00
2024-06-07 10:57:00 +01:00
2024-01-05 09:22:18 +01:00
2024-05-27 19:44:57 -04:00