Skip to content

Commit 1932f17

Browse files
GuyAv46Copilot
andauthored
typo fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent bb46609 commit 1932f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VecSim/spaces/IP/IP_NEON_BF16.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ float BF16_InnerProduct_NEON(const void *pVect1v, const void *pVect2v, size_t di
2929
// First, handle the partial chunk residual
3030
if constexpr (residual % 8) {
3131
auto constexpr chunk_residual = residual % 8;
32-
// TODO: spacial cases and benchmark if its better
32+
// TODO: special cases and benchmark if its better
3333
// if constexpr (chunk_residual == 1) {
3434
// float16x8_t v1 = vld1q_f16(Vec1);
3535
// } else if constexpr (chunk_residual == 2) {

0 commit comments

Comments
 (0)