[libc][NFC] Integrate FloatProperties into FPBits (#76506)

`FloatProperties` is always included when `FPBits` is. This will help
further refactoring.
This commit is contained in:
Guillaume Chatelet
2023-12-28 15:42:47 +01:00
committed by GitHub
parent d79ccee8dc
commit c23991478a
19 changed files with 197 additions and 258 deletions

View File

@@ -26,7 +26,7 @@ add_libc_fuzzer(
libc.src.stdlib.strtof
libc.src.stdlib.strtod
libc.src.stdlib.strtold
libc.src.__support.FPUtil.float_properties
libc.src.__support.FPUtil.fp_bits
)
add_libc_fuzzer(

View File

@@ -14,7 +14,7 @@
#include "src/stdlib/strtof.h"
#include "src/stdlib/strtold.h"
#include "src/__support/FPUtil/FloatProperties.h"
#include "src/__support/FPUtil/FPBits.h"
#include <math.h>
#include <stddef.h>