mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-24 05:01:11 +01:00
This is meant to test a bug found on: - Little endian platforms other than x86 or ARM (these have specific optimizations available); - GCC versions from 10 to 14.2 (below and above are fine); - Optimization level "-O3" (lower levels are fine). Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>