Skip to content

Commit

Permalink
Re-add the need for __STDC_FORMAT_MACROS
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolineConcatto committed May 30, 2024
1 parent fc50eb1 commit 994aec6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ correctly:

``` c
#include <stdint.h>
// UINT64_C not defined here since we did not set __STDC_FORMAT_MACROS
...
#include <arm_neon.h>
```
Expand All @@ -912,8 +913,10 @@ and:

``` c
#include <arm_neon.h>
#define __STDC_FORMAT_MACROS
...
#include <stdint.h>
// ... UINT64_C is now defined
```

### `<arm_acle.h>`
Expand Down

0 comments on commit 994aec6

Please sign in to comment.