Control: reassign 1091858 linux 6.1.119-1 Control: affects 1091858 +zstd Control: forwarded 1091858 https://lore.kernel.org/linux-mips/20250105211806.421305-1-mat.jonc...@o2.pl/T/ Control: tags 1091858 +patch
W dniu 3.01.2025 o 22:14, Mateusz Jończyk pisze: > The above patch fixes the issue for me (on 32-bit mipsel), but would need > some further testing. Hello, I have tested this patch further, with hand-compiled libvorbis and vorbis-tools that use COP1X instructions: libvorbis: ./configure CFLAGS='-march=mips64r2 -mtune=mips64r2 -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -mmadd4 -mlxc1-sxc1 -g' make CFLAGS='-march=mips64r2 -mtune=mips64r2 -O3 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -mmadd4 -mlxc1-sxc1 -g' vorbis-tools: ./configure CFLAGS='-march=mips64r2 -mtune=mips64r2 -O2 -Wall -ffast-math -fsigned-char -mmadd4 -mlxc1-sxc1 -g' --disable-ogg123 make CFLAGS='-march=mips64r2 -mtune=mips64r2 -O2 -Wall -ffast-math -fsigned-char -mmadd4 -mlxc1-sxc1 -g' It worked well, so after some text refinement I posted it to LKML: https://lore.kernel.org/linux-mips/20250105211806.421305-1-mat.jonc...@o2.pl/T/ Greetings, Mateusz