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
I am running on a chip that implements the ARMv6-M architecture, which supports the Thumb instruction set including "a small number of 32-bit instructions introduced with Thumb-2". From what I can see there is no asm_mult definition for uECC_arm_thumb, and setting uECC_OPTIMIZATION_LEVEL > 2 seems to have no effect.
Can performance be much improved by implementing asm_mult for thumb instruction set? Or, are the instructions that accelerate performance not available.
The text was updated successfully, but these errors were encountered:
I am running on a chip that implements the ARMv6-M architecture, which supports the Thumb instruction set including "a small number of 32-bit instructions introduced with Thumb-2". From what I can see there is no asm_mult definition for uECC_arm_thumb, and setting uECC_OPTIMIZATION_LEVEL > 2 seems to have no effect.
Can performance be much improved by implementing asm_mult for thumb instruction set? Or, are the instructions that accelerate performance not available.
The text was updated successfully, but these errors were encountered: