avcodec/x86/vorbisdsp: change cmpleps to cmpltps in inverse coupling
authorHassan Hany <hassanhanyrashad@gmail.com>
Thu, 5 Feb 2026 21:14:16 +0000 (23:14 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Thu, 18 Jun 2026 18:30:55 +0000 (20:30 +0200)
commit3203c9462759c66ad67d86970404c5fc0a76314e
treeb831b01403d4b841b6db9042911e48df1a34e4d3
parenta49bbf9701aca3e27ddbb4f095c20ad28da6bda5
avcodec/x86/vorbisdsp: change cmpleps to cmpltps in inverse coupling

Changed the comparison from cmpleps to strictly less than
(cmpltps) to strictly follow the Vorbis spec

Fixes https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/21501

(cherry picked from commit 92886810682b1d417e14ba3af92d2674cf4fc774)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/x86/vorbisdsp.asm