diff options
author | James Almer <jamrial@gmail.com> | 2025-06-02 15:41:33 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2025-06-07 21:14:55 -0300 |
commit | b7fc195e7a2939a7fbeb92e8b11512bebe3a12a5 (patch) | |
tree | 8d9d7015a820b3ed51c98bfc1c092412a971c61d /libavfilter/f_sendcmd.c | |
parent | 8a9cbf99a5c74f3330440cee97241e15ad054005 (diff) | |
download | ffmpeg-b7fc195e7a2939a7fbeb92e8b11512bebe3a12a5.tar.gz |
avutil/x86/intmath: remove inline asm implementations for clip functions
GCC/Clang is smart enough to emit minss/maxss the same way as these functions.
The only theoretical benefit was in x86_32, where x87 floats are used, but the
penalty of making the clipping opaque to the compiler's scheduler plus moving
values from mmx regs to xmm and back will offset any potential speedup.
x86_32 builds targetting anything made in the last two decades and a half
should use -msse -mfp=sse anyway.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavfilter/f_sendcmd.c')
0 files changed, 0 insertions, 0 deletions