mbedtls/ChangeLog.d/twos_complement_representation.txt
Minos Galanakis c10086e33e changelog: Addressed review comments #6
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
2021-12-10 15:52:54 +00:00

4 lines
176 B
Plaintext

Requirement changes
* Sign-magnitude and one's complement representations for signed integers are
not supported. Two's complement is the only supported representation.