History log of /openbsd-src/lib/libm/arch/arm/fenv.c (Results 1 – 6 of 6)
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;


# b02ee2d0 28-Feb-2018 kettenis <kettenis@openbsd.org>

Change floating-point mode/environment control functions to operate on
both the hardfloat (FPU registers) and softfloat (software) state. This
makes these functions work correctly when mixing hardfl

Change floating-point mode/environment control functions to operate on
both the hardfloat (FPU registers) and softfloat (software) state. This
makes these functions work correctly when mixing hardfloat and softfloat
code. Disable trapping for softfloat since most (if not all) ARMv7 and
ARMv8 hardware that is on the market doesn't support trapping of
floating-point exceptions.

ok patrick@

show more ...


# 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@


# 4a39ccd0 05-Dec-2012 deraadt <deraadt@openbsd.org>

Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis


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

fenv improvements and cleanups


# ffe28f34 24-Apr-2011 martynas <martynas@openbsd.org>

fenv for arm