]> begriffs open source - cmsis/commit
Core(M): Fixing implementation of __SXTB16_RORn. #996
authorJonatan Antoni <jonatan.antoni@arm.com>
Mon, 12 Oct 2020 12:42:05 +0000 (14:42 +0200)
committerJonatan Antoni <jonatan.antoni@arm.com>
Mon, 12 Oct 2020 12:42:24 +0000 (14:42 +0200)
commitff3c62e467f9a1af4618451f7f06c279cdf4396f
tree9174b8e43a9207b34a8963412961b9cabe3f3eee
parentbf53a6825a79cf19e89e47e043c949ab51fe21fc
Core(M): Fixing implementation of __SXTB16_RORn. #996

The new implementation automatically falls back to a manual
combination of __SXTB16 and __ROR if the value for rotate
is not a compile time constant of 8, 16 or 24.
CMSIS/Core/Include/cmsis_gcc.h