commit | 2e480fa2a3285d9ff83a780ab3417badeb3f2d37 | [log] [tgz] |
---|---|---|
author | mattsarett <msarett@google.com> | Tue May 03 10:33:43 2016 -0400 |
committer | DRC <information@libjpeg-turbo.org> | Tue May 03 13:08:58 2016 -0500 |
tree | 13ee95ceaeb9be2d0a61d340b265618d6722acc3 | |
parent | 5e576386b57663bbe9d934edf7c276eb0150cd59 [diff] |
ARMv7 SIMD: Fix clang compatibility (Part 2) GCC does support UAL syntax (strbeq) if the ".syntax unified" directive is supplied. This directive is supported by all versions of GCC and clang going back to 2003, so it should not create any backward compatibility issues. Based on https://github.com/mattsarett/libjpeg-turbo/commit/1264349e2fa6f098178c37abfa7b059ad8b405a2 Closes #76