Files
ladybird/AK
Lenny Maiorani 964d2e0dd0 MACAddress: constexpr support
Problem:
- `MACAddress` class is not usable in a compile-time context.
- `__builtin_memcpy` is not constexpr in gcc.

Solution:
- Decorate functions with `constexpr` keyword.
- Use default constructors and destructors.
- Change `__builtin_memcpy` to a hand-written `for` loop and let the
  compiler's optimizer take care of it.
- Add tests to ensure compile-time capabilities.
2020-11-19 14:03:47 +01:00
..
2020-11-19 14:03:47 +01:00
2020-09-25 21:18:17 +02:00
2020-09-25 21:18:17 +02:00
2020-10-17 23:19:37 +02:00
2020-10-03 12:36:49 +02:00
2020-09-25 21:18:17 +02:00
2020-10-29 11:52:31 +01:00
2020-11-12 10:19:04 +01:00
2020-11-11 12:18:25 +01:00
2020-11-09 16:21:29 +01:00
2020-11-09 16:21:29 +01:00
2020-11-19 14:03:47 +01:00
2020-10-08 09:59:55 +02:00
2020-10-08 09:59:55 +02:00
2020-08-30 09:56:10 +02:00
2020-09-25 21:18:17 +02:00
2020-11-12 10:19:04 +01:00
2020-10-03 20:16:26 +02:00
2020-10-08 09:59:55 +02:00
2020-10-16 17:06:47 +02:00
2020-10-03 12:36:49 +02:00
2020-10-08 09:59:55 +02:00
2020-10-14 11:29:29 +02:00
2020-09-25 21:18:17 +02:00
2020-11-12 10:19:04 +01:00
2020-10-08 09:59:55 +02:00
2020-11-12 10:19:04 +01:00
2020-11-16 10:06:23 +01:00