Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lr-mupen64plus-next - fix building on rpi5 on 32bit arm bookworm
On the rpi5 on 32bit arm rpios bookworm, building failed with /usr/lib/gcc/arm-linux-gnueabihf/12/include/arm_neon.h:18284:34: error: unknown type name ‘float16x4_t’; did you mean ‘b float16x4_t’? 18284 | vfmlal_low_f16 (float32x2_t __r, float16x4_t __a, float16x4_t __b) | ^~~~~~~~~~~ | bfloat16x4_t Add the option -mfp16-format=ieee which fixes this. Use an array add_clags to handle the additional CFLAGS changes and use for the linkage_arm.S workaround.
- Loading branch information