Skip to content

Commit e2ec1d5

Browse files
committed
fixup! [libc][math][c23] Add fabsf16 C23 math function
Fix usage of internal float16 alias in generated headers.
1 parent f5f64f9 commit e2ec1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/spec/spec.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def UnsignedCharType : NamedType<"unsigned char">;
5353
def UnsignedShortType : NamedType<"unsigned short">;
5454
def BoolType : NamedType<"bool">;
5555

56-
def Float16Type : NamedType<"float16">;
56+
def Float16Type : NamedType<"_Float16">;
5757
def Float128Type : NamedType<"float128">;
5858

5959
// Common types

0 commit comments

Comments
 (0)