Skip to content

Commit

Permalink
Merge pull request #25 from nicholasbishop/bishop-add-memcmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu authored Nov 3, 2024
2 parents ddae0a3 + 62a0731 commit 01fb9b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minicov/c/InstrProfilingPort.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ static inline size_t getpagesize() {
#include <stdint.h>
#include <stdalign.h>

#define memcmp __builtin_memcmp
#define memset __builtin_memset
#define memcpy __builtin_memcpy
#define memmove __builtin_memmove
Expand Down

0 comments on commit 01fb9b6

Please sign in to comment.