cosmopolitan/libc/isystem/arm_acle.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
272 B
C
Raw Normal View History

#ifndef COSMOPOLITAN_LIBC_ISYSTEM_ARM_ACLE_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_ARM_ACLE_H_
#ifdef __clang__
#include "third_party/aarch64/clang/arm_acle.h"
#else
#include "third_party/aarch64/arm_acle.internal.h"
#endif
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_ARM_ACLE_H_ */