mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 05:39:55 +00:00
AK::popcount will use floating-point instructions, which in the aarch64 kernel are not allowed, and will result in an exception.
AK::popcount will use floating-point instructions, which in the aarch64 kernel are not allowed, and will result in an exception.