mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02: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.