mpv/waftools/detections
wm4 a1812e2a46 build: add -fno-math-errno
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.
2020-05-09 18:02:57 +02:00
..
__init__.py
compiler.py build: add -fno-math-errno 2020-05-09 18:02:57 +02:00
compiler_swift.py *.py: cosmetic changes 2020-02-27 21:36:21 +01:00
devices.py build: set default cdrom and dvd devices on linux 2014-06-30 23:19:53 +02:00