Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clang compatibility of jsimd_arm_neon.S
Clang only supports Unified Assembler Language (and not pre-UAL syntax). This is intentional. https://llvm.org/bugs/show_bug.cgi?id=23507 http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473c/BABJIHGJ.html This means clang expects "strbeq" here. Unfortunately, it seems that my version of gcc only supports "streqb". So I think we need both variations here.
- Loading branch information