mirror of https://github.com/mpv-player/mpv
a1812e2a46
glibc/gcc make certain math functions set errno by default. This is not required by the standard, and makes everything complexer and slower (well done glibc). It typically prevents inlining certain math functions too, where the compiler can turn a function call to a single instruction, such as observed with lrint(). So this has possibly some minor performance advantages, and no disadvantages. |
||
---|---|---|
.. | ||
__init__.py | ||
compiler.py | ||
compiler_swift.py | ||
devices.py |