Re: [Ada] Generate Machine, Model and Rounding FP attributes in line

2014-08-01 Thread Joseph S. Myers
On Fri, 1 Aug 2014, Arnaud Charlet wrote: > This change makes it so that the Machine, Model and Rounding FP attributes > are generated in line by the compiler (in conjunction with a conversion to > an integer type for the third) and optimized on architectures that do not > make use of internal ext

[Ada] Generate Machine, Model and Rounding FP attributes in line

2014-08-01 Thread Arnaud Charlet
This change makes it so that the Machine, Model and Rounding FP attributes are generated in line by the compiler (in conjunction with a conversion to an integer type for the third) and optimized on architectures that do not make use of internal extended precision in the FPU. The following function