Fixed bignum.c and bn_mul.h to support Thumb2 and LLVM compiler
This commit is contained in:
parent
67812d396c
commit
52b845be34
3 changed files with 12 additions and 3 deletions
|
@ -548,7 +548,7 @@
|
|||
|
||||
#if defined(__arm__)
|
||||
|
||||
#if defined(__thumb__)
|
||||
#if defined(__thumb__) && !defined(__thumb2__)
|
||||
|
||||
#define MULADDC_INIT \
|
||||
asm( \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue