[FFmpeg-devel] [PATCH]doc/platform: Mention musl where x86_32 is not supported
u-9iep at aetey.se
u-9iep at aetey.se
Mon Oct 3 17:38:37 EEST 2016
On Mon, Oct 03, 2016 at 04:26:50PM +0200, u-9iep at aetey.se wrote:
> With all the competence present here, is it really infeasible to improve
> the code structure so that it does not involve the C library in the
> bit-crunching performance critical paths??
Bad wording. Should be: "assembler-implemented" paths.
There is nothing wrong with using C library's routines - they are well
optimized. But if they are relied upon, they have to be respected,
they assume namely that the caller behaves according to the contract.
If you have a real need to do things which are incompatible with the
API contract, then the C library simply is not available.
Rune
More information about the ffmpeg-devel
mailing list