Searched hist:eb0ecd5ad908b72dfe4fadf84272616b2de101d1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | eb0ecd5ad908b72dfe4fadf84272616b2de101d1 Wed Feb 26 11:20:07 CST 2014 Will Newton <will.newton@linaro.org> target-arm: Add support for AArch32 ARMv8 CRC32 instructions
Add support for AArch32 CRC32 and CRC32C instructions added in ARMv8 and add a CPU feature flag to enable these instructions.
The CRC32-C implementation used is the built-in qemu implementation and The CRC-32 implementation is from zlib. This requires adding zlib to LIBS to ensure it is linked for the linux-user binary.
Signed-off-by: Will Newton <will.newton@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1393411566-24104-3-git-send-email-will.newton@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|