Skip to content

Commit 97106c3

Browse files
krishna2803asl
authored andcommitted
nit: grammar
Signed-off-by: Krishna Pandey <[email protected]>
1 parent 6fe846d commit 97106c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/posts/2025-09-10-bfloat16-in-llvm-libc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ We also want all functions to be generic, platform independent and correctly rou
1414

1515
## What was done
1616

17-
- BFloat16 type was added in the LLVM libc (`libc/src/__support/FPUtil/bfloat16.h`) [#144463](https://github.com/llvm/llvm-project/pull/144463).
18-
- All 70 expected basic math functions for `bfloat16` were implemented, with a generic approach that supports all libc supported architectures (ARM, RISC-V, GPUs, x86, Darwin) (see table below).
19-
- Implemented two addition basic math functions: `iscanonicalbf16` and `issignalingbf16`.
17+
- BFloat16 type was added to the LLVM libc (`libc/src/__support/FPUtil/bfloat16.h`) [#144463](https://github.com/llvm/llvm-project/pull/144463).
18+
- All 70 expected basic math functions for `bfloat16` were implemented, using a generic approach that supports all libc supported architectures (ARM, RISC-V, GPUs, x86, Darwin) (see table below).
19+
- Implemented two additional basic math functions: `iscanonicalbf16` and `issignalingbf16`.
2020
- Implemented higher math functions: `sqrtbf16` [#156654](https://github.com/llvm/llvm-project/pull/156654) and `log_bf16` [#157811](https://github.com/llvm/llvm-project/pull/157811) (open).
2121
- Comparison operations for the `FPBits` class were added [#144983](https://github.com/llvm/llvm-project/pull/144983).
2222

0 commit comments

Comments
 (0)