commit | 8e55d974974b53eab535d4adfa47db296578632a | [log] [tgz] |
---|---|---|
author | Steve Kondik <steve@cyngn.com> | Mon May 02 11:19:51 2016 -0700 |
committer | Meninblack007 <sanyam.53jain@gmail.com> | Thu Dec 22 18:26:32 2016 +0530 |
tree | bbcfa6e073232d408ed5285df5e3f18997d4954b | |
parent | 0a7d111e50fa34b306ff514c746b8370b7e134ee [diff] |
zlib: Remove usage of cpu directive in inline asm * Clang will actually handle this fine by default, but GCC will not. On the other hand, Clang doesn't support the .cpu directive. Instead, set it as a CFLAG for arm64 only, which makes everyone happy. Change-Id: Ice5b62d43e81f13bd7d3e7a0b7afe4a547b2e758