Skip to content

Commit

Permalink
Ensure proper alignment with 'CacheBlockBytes' in charcount test
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonrod committed Apr 9, 2021
1 parent 45684f1 commit dae8c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/charcount.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "rocc.h"

char string[64] = "The quick brown fox jumped over the lazy dog";
char string[64] __attribute__ ((aligned (64))) = "The quick brown fox jumped over the lazy dog";

static inline unsigned long count_chars(char *start, char needle)
{
Expand Down

0 comments on commit dae8c12

Please sign in to comment.