Files
serenity/AK
Nico Weber b00cfb54e8 AK: Don't define IsFloatingPoint and the FloatingPoint concept in KERNEL
We build KERNEL without floats, so that context switches don't have
to save float registers. As a side effect of that, _Float16 results
in a "_Float16 is not supported on this target" diagnostic.

Having IsFloatingPoint<> be false for the upcoming f16 type but
true for other floating point types seems strange, so just stop
having these concepts in kernel code altogether.
2024-11-19 19:20:44 -05:00
..
2024-02-11 18:53:00 +01:00
2023-03-09 21:43:54 +01:00
2023-03-09 21:43:54 +01:00
2024-04-08 09:34:49 -06:00
2024-03-23 09:02:58 -04:00
2024-06-13 17:40:24 +02:00
2024-10-13 03:44:49 +02:00
2022-12-03 23:52:23 +00:00
2024-01-21 16:16:15 -07:00
2024-06-19 15:45:02 +02:00
2024-04-26 23:46:23 -06:00
2022-12-03 23:52:23 +00:00
2023-05-24 23:18:07 +02:00
2024-02-11 18:53:00 +01:00
2024-02-11 18:53:00 +01:00