History log of /openbsd/lib/libm/arch/alpha/fenv.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 2c53affb 27-Dec-2022 jmc <jmc@openbsd.org>

spelling fixes; from paul tagliamonte
any changes not taken noted on tech, but chiefly here i did not take the
cancelation - cancellation changes;


# 2f2c0062 12-Sep-2016 guenther <guenther@openbsd.org>

Reduce libm's exports and make internal calls go direct.
All dependencies on libc are now via reserved/standardized names.

ok kettenis@ millert@ deraadt@


# b5aa3b33 18-Apr-2014 guenther <guenther@openbsd.org>

It's been a quarter century: we can assume volatile is present with that name.


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

fenv improvements and cleanups


# 499accfe 23-Apr-2011 martynas <martynas@openbsd.org>

Implement C99 floating-point environment for Alpha.

Delivering FPE with non-masked exceptions doesn't work on Alpha; I
suspect there's a bug in the kernel trap handler.

FE_INEXACT is intentionally

Implement C99 floating-point environment for Alpha.

Delivering FPE with non-masked exceptions doesn't work on Alpha; I
suspect there's a bug in the kernel trap handler.

FE_INEXACT is intentionally left out of FE_ALL_EXCEPT; since the
inexact exception is not being maintained. Otherwise it will lead
to the bogus results.

show more ...