mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +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.