mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
4f5d5a6813
- ARM Neon headers are now exported in libc/isystem/ - stat() and access() now do a better job reporting which files are executable which ones aren't. They do this by reading the first two bytes in a file to see if it's `MZ` or `#!`.
4 lines
194 B
C
4 lines
194 B
C
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_ARM_FP16_H_
|
|
#define COSMOPOLITAN_LIBC_ISYSTEM_ARM_FP16_H_
|
|
#include "third_party/aarch64/arm_fp16.internal.h"
|
|
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_ARM_FP16_H_ */
|