The temporary fix Bitbank2 posted at git works for Giga if you change jpeg.inl (JPEGDEC lib) to
#if !defined(NO_SIMD) && (defined(ARM_MATH_CM4) || defined(ARM_MATH_CM7))
//#define HAS_SIMD
#endif
Thanks for raising the issue.
The temporary fix Bitbank2 posted at git works for Giga if you change jpeg.inl (JPEGDEC lib) to
#if !defined(NO_SIMD) && (defined(ARM_MATH_CM4) || defined(ARM_MATH_CM7))
//#define HAS_SIMD
#endif
Thanks for raising the issue.