Implement RtlGetBaseExponent() routine for getting base(10) exponent of a given floating point value

This commit is contained in:
2024-02-14 00:02:04 +01:00
parent c096c5d6df
commit 55fb9e2eb1
6 changed files with 126 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ list(APPEND XTOSKRNL_SOURCE
${XTOSKRNL_SOURCE_DIR}/po/idle.c
${XTOSKRNL_SOURCE_DIR}/rtl/atomic.c
${XTOSKRNL_SOURCE_DIR}/rtl/byteswap.c
${XTOSKRNL_SOURCE_DIR}/rtl/globals.c
${XTOSKRNL_SOURCE_DIR}/rtl/guid.c
${XTOSKRNL_SOURCE_DIR}/rtl/ioreg.c
${XTOSKRNL_SOURCE_DIR}/rtl/math.c