On Sat, Jul 12, 2014 at 12:19 AM, Uros Bizjak wrote:
> Attached patch implements TARGET_ATOMIC_ASSIGN_EXPAND_FENV hook for
> alpha. The implementation is mostly copied from arm/arm.c, where calls
> to target builtins are replaced with calls to
> __ieee_{get,set}_fp_control function, as defined in
Hello!
Attached patch implements TARGET_ATOMIC_ASSIGN_EXPAND_FENV hook for
alpha. The implementation is mostly copied from arm/arm.c, where calls
to target builtins are replaced with calls to
__ieee_{get,set}_fp_control function, as defined in OSF/1 ABI.
The patch also includes a small fix to
che