[MPlayer-dev-eng] [PATCH] Remove use of "long double".
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Mon May 20 19:46:55 EEST 2019
On Sat, May 18, 2019 at 10:19:20PM +0200, Alexander Strasser wrote:
> Hi Reimar!
>
> On 2019-05-18 10:51 +0200, Reimar Döffinger wrote:
> > The values are only "double", and "long double"
> > on x86 forces the use of x87 instructions which
> > are less efficient.
> > Also "long double" is not available on other
> > architectures.
> > ---
> > libmpdemux/demux_mkv.c | 10 +++++-----
> > libmpdemux/ebml.c | 4 ++--
> > libmpdemux/ebml.h | 2 +-
> > 3 files changed, 8 insertions(+), 8 deletions(-)
>
> LGTM. Fine to commit if tested.
Haven't noticed any issues...
Pushed.
More information about the MPlayer-dev-eng
mailing list