Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Nov 25, 2024
1 parent facf2cb commit 2d07698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion simde/arm/neon/qdmlsl.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ simde_vqdmlsl_s32(simde_int64x2_t a, simde_int32x2_t b, simde_int32x2_t c) {
SIMDE_END_DECLS_
HEDLEY_DIAGNOSTIC_POP

#endif /* !defined(SIMDE_ARM_NEON_QDMLSL_H) */
#endif /* !defined(SIMDE_ARM_NEON_QDMLSL_H) */
2 changes: 1 addition & 1 deletion test/arm/neon/qdmlsl_high_n.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ test_simde_vqdmlsl_high_n_s32 (SIMDE_MUNIT_TEST_ARGS) {
INT32_C( 1),
{ INT64_MAX, INT64_MIN } },
{ { INT64_C( 0), INT64_C( 0) },
{ INT32_C( INT32_MIN), INT32_C( 97715), -INT32_C( INT32_MIN), INT32_C( 0) },
{ INT32_C( INT32_MIN), INT32_C( 97715), INT32_C( INT32_MIN), INT32_C( 0) },
INT32_C( INT32_MIN),
{ INT64_MIN + 1, INT64_C( 0) } },
};
Expand Down

0 comments on commit 2d07698

Please sign in to comment.