Skip to content

Commit

Permalink
Merge 2daebb1 into 310f47b
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jul 3, 2021
2 parents 310f47b + 2daebb1 commit 6c7aea7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perl.h
Expand Up @@ -3885,6 +3885,8 @@ intrinsic function, see its documents for more details.

#ifdef DEBUGGING
# define ASSUME(x) assert(x)
#elif __has_builtin(__builtin_assume)
# define ASSUME(x) __builtin_assume(x)
#elif defined(_MSC_VER)
# define ASSUME(x) __assume(x)
#elif defined(__ARMCC_VERSION) /* untested */
Expand Down

0 comments on commit 6c7aea7

Please sign in to comment.