Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion m4fasm/arithmetic_m4f.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define MAYO_MAX(x, y) (((x) > (y)) ? (x) : (y))
#define MAYO_MIN(x, y) (((x) < (y)) ? (x) : (y))


volatile unsigned char unsigned_char_blocker = 0;
// EF
void ef_bitslice_asm(uint32_t *a_bs, unsigned char *a);
void ef_unbitslice_asm(unsigned char *a, uint32_t *a_bs);
Expand Down
Loading