Files
mbedtls/library
Gilles Peskine bbf97cd1d0 mask_of_range: simplify high comparison
To test c <= high, instead of testing the sign of (high + 1) - c, negate the
sign of high - c (as we're doing for c - low). This is a little easier to
read and shaves 2 instructions off the arm thumb build with
arm-none-eabi-gcc 7.3.1.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-07-30 12:57:22 +02:00
..
2021-05-25 18:45:46 +02:00
2021-07-05 18:47:36 +02:00
2021-06-21 10:14:41 +02:00
2021-06-10 10:40:37 +02:00
2021-06-28 10:24:20 +01:00
2021-06-28 10:24:20 +01:00
2020-11-16 13:07:51 +01:00
2021-07-18 16:16:44 +02:00
2021-07-18 16:16:44 +02:00
2021-07-18 16:16:44 +02:00
2020-09-09 15:17:11 +02:00
2021-07-18 16:16:44 +02:00
2021-02-22 19:40:41 +01:00
2021-07-18 16:16:44 +02:00
2021-06-29 09:44:35 +01:00