rockbox/lib/rbcodec
Aidan MacDonald 1f39ae52e3 codecs: fix compile error on ARM Cortex-M DEBUG app builds
Some of the inline assembly generates "impossible constraint"
errors in this function, but only when DEBUG is enabled.

Change-Id: I3b1135a8a55436bd3068ef560ebcef64a5184a05
2026-01-05 15:33:16 -05:00
..
codecs codecs: fix compile error on ARM Cortex-M DEBUG app builds 2026-01-05 15:33:16 -05:00
dsp dsp: Optimize fractional multiplication in audio processing 2025-12-08 16:14:06 +02:00
metadata metadata: Explicitly use base 10 when parsing track numbers 2025-12-16 15:08:54 -05:00
test FS#13497: '0' is sometimes a valid track number 2025-12-06 09:20:32 -05:00
platform.h
rbcodec.make
rbcodecconfig-example.h
rbcodecplatform-unix.h libc: Add an implementation of strtol/strtoul and export it via plugins 2025-12-06 09:04:36 -05:00
SOURCES