[libc][NFC] Integrate FloatProperties into FPBits (#76506)
`FloatProperties` is always included when `FPBits` is. This will help further refactoring.
This commit is contained in:
committed by
GitHub
parent
d79ccee8dc
commit
c23991478a
@@ -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(
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user