SH4 FIPR Optimizations: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 July 2025

  • curprev 14:2514:25, 26 July 2025GyroVorbis talk contribs 6,095 bytes 0 No edit summary
  • curprev 14:2214:22, 26 July 2025GyroVorbis talk contribs 6,095 bytes +55 No edit summary
  • curprev 14:1814:18, 26 July 2025GyroVorbis talk contribs 6,040 bytes +6,040 Created page with "Yo, guys. At like 1AM @ian micheal got me looking at pl_mpeg's audio decoder to see if I could see any potential gainz... <pre> for (int i = 32; i; --i) { float u; u = pl_fipr(d[0], d[1], d[2], d[3], v1[0], v2[0], v1[128], v2[128]); u += pl_fipr(d[4], d[5], d[6], d[7], v1[256], v2[256], v1[384], v2[384]); u += pl_fipr(d[8], d[9], d[10], d[11], v1[512], v2[512], v1[640], v2[640]); u += pl_fipr(d[12], d[13], d[14], d[15], v1[768], v2[768], v1[896], v2[..."