You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 261 of newlib/libc/machine/xtensa/memcpy.S says srli a11, a8, 30
This is undefined; srli shifts only by 0 to 15 bits, not 30.
Some assemblers seem to translate the srli statement to extui a11, a8, 30, 2, but some (e.g. clang) don't.