commit | 5e576386b57663bbe9d934edf7c276eb0150cd59 | [log] [tgz] |
---|---|---|
author | mattsarett <msarett@google.com> | Mon May 02 12:31:51 2016 -0400 |
committer | DRC <information@libjpeg-turbo.org> | Mon May 02 12:20:10 2016 -0500 |
tree | b01f2f4295bd260010c01aafa3c2db3a69e4bf5a | |
parent | 0d61e80ab0ab9ac2911dcaabbb5572bd7d4654fc [diff] |
ARMv7 SIMD: Fix clang compatibility By design, clang only supports Unified Assembler Language (and not pre-UAL syntax): https://llvm.org/bugs/show_bug.cgi?id=23507 http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473c/BABJIHGJ.html Thus, clang only supports the strbeq instruction and not streqb, but unfortunately some versions of GCC only support streqb. Go, go Gadget #ifdef... Based on https://github.com/mattsarett/libjpeg-turbo/commit/a82e63aac63f8fa3 95fa4caad4de6859623ee2e2 Closes #75