https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104794
--- Comment #1 from Roland Illig <roland.illig at gmx dot de> --- >From arm-builtins.cc: > "the range of count should be in 0 to 32; > please check the intrinsic %<_mm_rori_pi16%> in code" While here, please double-check whether the "0 to 32" is a typo and should rather be "0 to 16". That would match the "0 to 64" for _mm_rori_si64 a few lines further down.