mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 19:25:45 +01:00
- added description to POLARSSL_HAVE_ASM
This commit is contained in:
parent
34a9056f39
commit
68041ec500
@ -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 New Issue
Block a user