Skip to content

Commit 3c1a191

Browse files
committed
chore: remove redundant uint16_t
Signed-off-by: Krishna Pandey <[email protected]>
1 parent 0e2a7d9 commit 3c1a191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/math/generic/fmodbf16.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
namespace LIBC_NAMESPACE_DECL {
1616

1717
LLVM_LIBC_FUNCTION(bfloat16, fmodbf16, (bfloat16 x, bfloat16 y)) {
18-
return fputil::generic::FMod<bfloat16, uint16_t>::eval(x, y);
18+
return fputil::generic::FMod<bfloat16>::eval(x, y);
1919
}
2020

2121
} // namespace LIBC_NAMESPACE_DECL

0 commit comments

Comments
 (0)