Skip to content
Commit 0c00d06a authored by Davidson Kumaresan's avatar Davidson Kumaresan Committed by Leo Yan
Browse files

libmbedtls: Enable MBEDTLS_NO_UDBL_DIVISION



Enabling this macro provides an alternate way to do double width
(128 bit in a 64 bit platform) integer division to avoid using
__udivti3() from libgcc.a. This is needed when BTI is enabled, as
the libgcc.a is not BTI compatible.

Signed-off-by: Davidson Kumaresan's avatarDavidson K <davidson.kumaresan@arm.com>
parent 41af95e4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment