From bee92050b603316399ccefb4cb7b0d23564a3b13 Mon Sep 17 00:00:00 2001
From: Evgeniy Kramsakov <sobiegrus@gmail.com>
Date: Mon, 12 Sep 2022 15:36:49 +0300
Subject: [PATCH] [+] add todo

---
 dap-sdk/core/include/dap_math_ops.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dap-sdk/core/include/dap_math_ops.h b/dap-sdk/core/include/dap_math_ops.h
index 2171c983c3..b9b26b1168 100755
--- a/dap-sdk/core/include/dap_math_ops.h
+++ b/dap-sdk/core/include/dap_math_ops.h
@@ -924,7 +924,7 @@ static inline int fls128(uint128_t n) {
     }
     return 63 - nlz64(n.lo);
 }
-
+//todo: this should not be ander ifndef
 static inline void divmod_impl_128(uint128_t a_dividend, uint128_t a_divisor, uint128_t *a_quotient, uint128_t *a_remainder)
 {
     assert( compare128(a_divisor, uint128_0) ); // a_divisor != 0
-- 
GitLab