mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 18:58:32 +00:00
- added description to POLARSSL_HAVE_ASM
This commit is contained in:
parent
34a9056f39
commit
68041ec500
1 changed files with 8 additions and 0 deletions
|
@ -50,6 +50,14 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Uncomment to enable the use of assembly code.
|
* Uncomment to enable the use of assembly code.
|
||||||
|
*
|
||||||
|
* Requires support for asm() in compiler.
|
||||||
|
*
|
||||||
|
* Used in:
|
||||||
|
* library/timing.c
|
||||||
|
* library/padlock.c
|
||||||
|
* include/polarssl/bn_mul.h
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
#define POLARSSL_HAVE_ASM
|
#define POLARSSL_HAVE_ASM
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue