From ae0f730ef915d3aa91350ab74bd1f366ff6573d1 Mon Sep 17 00:00:00 2001 From: bassiounix Date: Tue, 22 Jul 2025 01:10:19 +0300 Subject: [PATCH] [libc][math] fix header generation --- libc/include/math.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libc/include/math.yaml b/libc/include/math.yaml index 3044ec3437ff8..007be235f4380 100644 --- a/libc/include/math.yaml +++ b/libc/include/math.yaml @@ -33,14 +33,14 @@ functions: return_type: float arguments: - type: float - name: acoshf16 + - name: acoshf16 standards: - stdc return_type: _Float16 arguments: - type: _Float16 guard: LIBC_TYPES_HAS_FLOAT16 - name: acospif16 + - name: acospif16 standards: - stdc return_type: _Float16