This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 2/2] Aarch64: Cleanup math_private.h


Hi,

This is a series of patches to cleanup the aarch64 fenv implementation. The second uses
_FPU_FPCR_RM_MASK for the rounding mask instead of FE_TOWARDZERO.

Ok for commit?

Wilco

ChangeLog:
2014-05-23  Wilco  <wdijkstr@arm.com>

	* sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
	 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
	 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
	Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
	* sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
	Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.

Attachment: Use-_FPU_FPCR_RM_MASK.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]