mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-05-19 00:01:10 +00:00
12 lines
No EOL
303 B
C
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
|
|
//...
|