[Audio 9/9] Loose ends (#1755)

* [Audio 9/9] Loose ends

* Fix sampleconv memset bug

* Doc updates from oot
This commit is contained in:
Tharo
2024-12-14 00:27:45 +00:00
committed by GitHub
parent 8efc382b9f
commit fc8d1165c8
32 changed files with 1835 additions and 963 deletions
+3 -2
View File
@@ -4,14 +4,15 @@ OUTPUT_ARCH (mips)
SECTIONS {
.rodata :
.rodata ALIGN(16) :
{
*(.data*)
*(.rodata*)
. = ALIGN(16);
__LEN__ = . - ADDR(.rodata);
}
__LEN__ = ABSOLUTE(SIZEOF(.rodata));
/DISCARD/ :
{
*(*);