[FFmpeg-devel] [PATCH 1/3] lavu: detect RISC-V F extension (i.e. float)

2022-09-14 Thread remi
From: Rémi Denis-Courmont This introduces compile-tim and run-time CPU detection on RISC-V. In practice, I doubt that FFmpeg will ever see a RISC-V CPU without the F extension, and if it does, it probably won't have run-time detection. So the flag is essentially always set. But as things stand,

Re: [FFmpeg-devel] [PATCH 1/3] lavu: detect RISC-V F extension (i.e. float)

2022-09-14 Thread Lynne
Sep 14, 2022, 19:50 by r...@remlab.net: > From: Rémi Denis-Courmont > > This introduces compile-tim and run-time CPU detection on RISC-V. In > practice, I doubt that FFmpeg will ever see a RISC-V CPU without the F > extension, and if it does, it probably won't have run-time detection. > So the fl

Re: [FFmpeg-devel] [PATCH 1/3] lavu: detect RISC-V F extension (i.e. float)

2022-09-14 Thread Rémi Denis-Courmont
Le keskiviikkona 14. syyskuuta 2022, 22.28.01 EEST Lynne a écrit : > Sep 14, 2022, 19:50 by r...@remlab.net: > > From: Rémi Denis-Courmont > > > > This introduces compile-tim and run-time CPU detection on RISC-V. In > > practice, I doubt that FFmpeg will ever see a RISC-V CPU without the F > > ex