chiark / gitweb /
server/Makefile.am: Allow discrepancies for lossy codecs.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 2 May 2020 18:56:06 +0000 (19:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 2 May 2020 19:51:40 +0000 (20:51 +0100)
commita5ecf8c2c33ea8ca44bedccdef60eb7354102f66
tree0ad914efb4d74e68092fd92c4e4e6fa043eac73f
parent63b86f2dd86f7c263c9e414314bf516895d61c6b
server/Makefile.am: Allow discrepancies for lossy codecs.

It seems that `libMAD' on ARM32 doesn't produce the same output as it
does on x86; and the ARM64 version is a looooong way off.  I've not
investigated, but I suspect details of floating point and/or SIMD
optimization.  Anyway, smallish $L_\infty$ distance isn't especially
concerning.  After all, we're trying to make sure that we're using the
decoders right, rather than that the decoders conform to the relevant
specifications.
server/Makefile.am