cosmopolitan/libc/isystem/arm_bf16.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_BF16_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_ARM_BF16_H_
#ifdef __clang__
#include "third_party/aarch64/clang/arm_bf16.h"
#else
#include "third_party/aarch64/arm_bf16.internal.h"
#endif
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_ARM_BF16_H_ */