mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
sys/param.h was manually adjusted to not define __NetBSD_Version__ since it will be defined by the compiler.
4 lines
No EOL
150 B
C
Vendored
4 lines
No EOL
150 B
C
Vendored
/* $NetBSD: ieee.h,v 1.2 2019/04/13 15:57:31 maya Exp $ */
|
|
|
|
#include <riscv/math.h> /* for #define __HAVE_LONG_DOUBLE 128 */
|
|
#include <sys/ieee754.h> |