Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

DSP: put filter_process() into IRAM on all PP50xx CPUs

(Instead of just the slowest 500x family)

Change-Id: I39229d8765ff8c07da115e71909a60546597f603

+1 -1
+1 -1
lib/rbcodec/dsp/dsp_arm.S
··· 570 570 */ 571 571 #define HIGH_PRECISION 0 572 572 573 - #if CONFIG_CPU == PP5002 573 + #if defined(CPU_PP) 574 574 .section .icode,"ax",%progbits 575 575 #else 576 576 .section .text, "ax",%progbits