mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 08:43:02 +00:00
Deprecate HAVE_INT8 and HAVE_INT16
This commit is contained in:
@@ -44,6 +44,10 @@
|
||||
*
|
||||
* The system uses 8-bit wide native integers.
|
||||
*
|
||||
* \deprecated The compiler should be able to generate code for 32-bit
|
||||
* arithmetic (required by C89). This code is likely to be at least as
|
||||
* efficient as ours.
|
||||
*
|
||||
* Uncomment if native integers are 8-bit wide.
|
||||
*/
|
||||
//#define POLARSSL_HAVE_INT8
|
||||
@@ -53,6 +57,10 @@
|
||||
*
|
||||
* The system uses 16-bit wide native integers.
|
||||
*
|
||||
* \deprecated The compiler should be able to generate code for 32-bit
|
||||
* arithmetic (required by C89). This code is likely to be at least as
|
||||
* efficient as ours.
|
||||
*
|
||||
* Uncomment if native integers are 16-bit wide.
|
||||
*/
|
||||
//#define POLARSSL_HAVE_INT16
|
||||
|
||||
Reference in New Issue
Block a user