We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
Build with IAR toolchain:
uint16x8_t curExtremValVec = vdupq_n_s16(Q15_ABSMAX); ^
"/xxx/Source/StatisticsFunctions/arm_absmin_no_idx_q15.c",59 Warning[Pe1757]: conversion between incompatible vector types
uint32x4_t curExtremValVec = vdupq_n_s32(Q31_ABSMAX); ^
"/xxx/Source/StatisticsFunctions/arm_absmin_no_idx_q31.c",60 Warning[Pe1757]: conversion between incompatible vector types
uint8x16_t curExtremValVec = vdupq_n_s8(Q7_ABSMAX); ^
"/xxx/Source/StatisticsFunctions/arm_absmin_no_idx_q7.c",62 Warning[Pe1757]: conversion between incompatible vector types
Thx
The text was updated successfully, but these errors were encountered:
@jeromecoutant It looks like a bug. The max versions have been corrected to use unsigned intrinsics but the min is still using signed ones.
max
min
Sorry, something went wrong.
Correct issue #217
51e7dba
No branches or pull requests
Hi
Build with IAR toolchain:
"/xxx/Source/StatisticsFunctions/arm_absmin_no_idx_q15.c",59 Warning[Pe1757]: conversion between incompatible vector types
"/xxx/Source/StatisticsFunctions/arm_absmin_no_idx_q31.c",60 Warning[Pe1757]: conversion between incompatible vector types
"/xxx/Source/StatisticsFunctions/arm_absmin_no_idx_q7.c",62 Warning[Pe1757]: conversion between incompatible vector types
Thx
The text was updated successfully, but these errors were encountered: