Browse Source

Update `crypt_build_settings`

Signed-off-by: Steffen Jaeckel <[email protected]>
Steffen Jaeckel 1 tháng trước cách đây
mục cha
commit
f8c319ee6e
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      src/misc/crypt/crypt.c

+ 9 - 0
src/misc/crypt/crypt.c

@@ -548,6 +548,15 @@ const char *crypt_build_settings =
     " LTC_NO_ROLC "
 #endif
 #endif
+#if defined(LTC_HAVE_ROTATE_BUILTIN)
+    " LTC_HAVE_ROTATE_BUILTIN "
+#endif
+#if defined(LTC_HAVE_CLZL_BUILTIN)
+    " LTC_HAVE_CLZL_BUILTIN "
+#endif
+#if defined(LTC_HAVE_CTZL_BUILTIN)
+    " LTC_HAVE_CTZL_BUILTIN "
+#endif
 #if defined(LTC_NO_TEST)
     " LTC_NO_TEST "
 #endif