mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
DSP: put filter_process() into IRAM on all PP50xx CPUs
(Instead of just the slowest 500x family) Change-Id: I39229d8765ff8c07da115e71909a60546597f603
This commit is contained in:
parent
c6db7114f8
commit
471624a75d
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ pga_process:
|
|||
*/
|
||||
#define HIGH_PRECISION 0
|
||||
|
||||
#if CONFIG_CPU == PP5002
|
||||
#if defined(CPU_PP)
|
||||
.section .icode,"ax",%progbits
|
||||
#else
|
||||
.section .text, "ax",%progbits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue