diff --git a/include/bstlint.hpp b/include/bstlint.hpp index d2a29e0..57cc816 100644 --- a/include/bstlint.hpp +++ b/include/bstlint.hpp @@ -12,8 +12,8 @@ typedef std::uint8_t u8; typedef std::uint16_t u16; typedef std::uint32_t u32; typedef std::uint64_t u64; -typedef float f16; -typedef double f32; -typedef long double f64; +typedef float f32; +typedef double f64; +typedef long double f128; #endif //BETTERSTL_BSTLINT_HPP