From e0c47fbd8a13636eb220032c714d5a06544d4dc22f910936af65b25b82028b7f Mon Sep 17 00:00:00 2001 From: CupWater Date: Sun, 16 Aug 2026 14:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bstlint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/bstlint.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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