Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
builtins: make it possible to include cheerpintrin.h in C code
This change is partially required for libasan. Libasan relies on __builtin_cheerp_grow_memory, however, it is compiled with -nostdinc++, which would fail at the `#include <cstdint>` line. In theory I could just forward declare it myself, however, I figured that it could also be useful to be able to include this header in C source code.
- Loading branch information