We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,Iam working on ARM11 RVDS3.0. Iam trying to use SIMD intrinsics which are defined for ARM11. I tried to used __smlad intrinsic, but it is giving linking error. Following is the usage. int a, b, c; c=__smlad(a,b,c);For this the error i got is Error : armlink : L6218: Undefined symbol __smlad (referred from residu.o).Am i missing any thing here. do i need to include any header file. if YES, which file i should include.Thanks in advance,Chandrakala