The arm_neon.h header does not give correct results:For instance this code: out = vshll_n_u8(qTmp_u8,8);gives the error:"C2338: invalid shift ammount"Which is both linguistically and technically wrong, as the ARM documentation (http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0489c/CJAJIIGG.html) states that:VSHLL{cond}.datatype Qd, Dm, #imm ...immis the immediate value specifying the size of the shift, in the range:1 to size(datatype) for VSHLL
Visual Studio/Team Foundation Server/.NET Framework Tooling version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...