Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatdongdang committed Jul 7, 2024
1 parent 9ed1a71 commit 6c69bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ typedef signed long i64;
#define KERN_COLS 8
#define KERN_ROWS 4
#define SIMD_ALIGN 32
#define SIMD_ALIGN_F32 (SIMD_ALIGN / sizeof(f32)) // f32 is 4 bytes
#define SIMD_ALIGN_F32 (SIMD_ALIGN / sizeof(f32))

typedef struct vector {
int len;
Expand Down

0 comments on commit 6c69bfe

Please sign in to comment.