Commit graph

5 commits

Author SHA1 Message Date
Martin Storsjo
970dfc0e82 Don't set -mno-avx
There is no point in intentionally disabling this feature; it
isn't enabled by default by the compiler - and if it were to be
enabled by default (if the toolchain baseline includes it, because
it can be expected to be supported everywhere) there would be no
reason to disable it.

Bug: 22860270

Change-Id: I67019eea63c4fb7183d9e47cf16bc8485022fef2
2015-07-31 18:47:07 +00:00
Martin Storsjo
9831e85efd Don't add -m32/-m64 to the cflags
If the environment already indicates that the compiler targets
either x86 or x86_64, we don't need to enforce this by trying to
force the compiler to output a specific bitness.

Change-Id: Ife6e717e90b4da4edd852dcd66ad92dba70939a2
2015-06-25 08:25:51 -07:00
Martin Storsjo
56378a82a6 Remove an unused and unnecessary function prototype and associated define
Change-Id: I61b30d0934715cddd54b66ea3b023b2316a0106f
2015-06-25 08:25:51 -07:00
Lajos Molnar
a2b49e5f05 fix file permissions
Change-Id: Ia4f99d5b963acd8d8a1afc2fbdf06b122d898f63
2015-05-05 17:51:34 +00:00
Hamsalekha S
8d3d303c79 Initial version
Change-Id: I7efe9a589cd24edf86e8d086b40c27cbbf8b4017
2015-04-02 15:59:02 +05:30