Skip to content

Commit

Permalink
#0: parens
Browse files Browse the repository at this point in the history
  • Loading branch information
muthutt committed Feb 10, 2024
1 parent 1ed2835 commit a9af49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tt_metal/apis/kernel_apis/sfpu/llk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Before going into details, below is a simple example of SFPI code:
dst_reg[6] = setexp(a, 127);
}
v_endif;
} v_elseif (a == s2vFloat16a(3.0F) {
} v_elseif (a == s2vFloat16a(3.0F)) {
// RISCV branch
if (take_abs) {
dst_reg[7] = abs(a);
Expand Down

0 comments on commit a9af49e

Please sign in to comment.