Vectras-VM-Android/qemu/mglmapbo.c
An Bui f0ffd9f397 4.0.9
- Cores and Threads options have been added.
- Gets more accurate CPU information.
2026-05-01 20:23:30 +07:00

12 lines
No EOL
303 B
C

//Example for arm64-v8a
//Qemu 9.2.2
//Fix when building with ARM CPUs
//No need to fix if you don't get errors or don't use Mesa.
//qemu-9.2.2/hw/mesa/mglmapbo.c
//...
#include <arm_acle.h>
//...
//#define _mm_crc32_u64 __builtin_arm_crc32cd
//🠃🠃🠃🠃🠃
#define _mm_crc32_u64 __crc32cd
//...