History log of /openbsd-src/sys/arch/mips64/include/fenv.h (Results 1 – 3 of 3)
Revision Date Author Comments
# c9683224 25-May-2011 martynas <martynas@openbsd.org>

Also enclose variable names with external linkage in __BEGIN_DECLS.

Doesn't matter much since C++ ABI used by GCC doesn't mangle variable
names; however technically is required by Section 7.5 of th

Also enclose variable names with external linkage in __BEGIN_DECLS.

Doesn't matter much since C++ ABI used by GCC doesn't mangle variable
names; however technically is required by Section 7.5 of the C++ spec.

Discussed with/OK guenther@, matthew@.

show more ...


# d6f349c8 28-Apr-2011 martynas <martynas@openbsd.org>

fenv improvements and cleanups


# e51a3017 26-Apr-2011 martynas <martynas@openbsd.org>

fenv for mips64