Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

intrinsic function link error!

cloud007
Beginner
255 Views
Can anybody tell me in which library the intrinsic function _mm_unpackel_pu8 resides.
My OS is linux,xscale CPU with WMMX instruction.

The error info:

interpolate.o(.text+0x5b0): In function `s16tou8pack8x8':
: undefined reference to `__builtin_arm_wpackhus'
interpolate.o(.text+0x5fc): In function `s16tou8pack8x8':
: undefined reference to `__builtin_arm_wpackhus'
interpolate.o(.text+0x65c): In function `s16tou8pack8x8':
: undefined reference to `__builtin_arm_wpackhus'
interpolate.o(.text+0x6a0): In function `s16tou8pack8x8':
: undefined reference to `__builtin_arm_wpackhus'
interpolate.o(.text+0x6f8): In function `s16tou8pack8x8':
: undefined reference to `__builtin_arm_wpackhus'

...

interpolate.o(.text+0x94c): In function `u8to16iunpack8x8':
: undefined reference to `__builtin_arm_wunpckehub'
0 Kudos
0 Replies
Reply