mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-24 05:38:43 +00:00
Some people recommend using bit operations to avoid the compiler producing a branch on `ret != 0`, but: - this makes the code less readable, - here I got a warning from some compilers about unsigned unary minus - and anyway modern compilers don't produce a branch here, checked on x64 and arm with various -O values.
110 KiB
110 KiB