Commit 577166a
committed
nrf_security: Don't use stdlib abs
In the TF-M build the stdlib functions such as
abs are not available. Create a cracen local
abs function which either uses the builtin
implementation or a local implementation.
Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>1 parent bed2033 commit 577166a
1 file changed
Lines changed: 8 additions & 2 deletions
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
734 | 740 | | |
735 | 741 | | |
736 | 742 | | |
737 | | - | |
| 743 | + | |
738 | 744 | | |
739 | 745 | | |
740 | 746 | | |
741 | | - | |
| 747 | + | |
742 | 748 | | |
743 | 749 | | |
744 | 750 | | |
| |||
0 commit comments