Re: [edk2] [PATCH] BaseTools GCC: avoid the use of COMMON symbols

2015-12-05 Thread Ard Biesheuvel
On 6 December 2015 at 01:44, Jordan Justen wrote: > On 2015-12-04 11:21:18, Ard Biesheuvel wrote: >> On 4 December 2015 at 20:13, Jordan Justen wrote: >> > On 2015-12-04 08:43:29, Ard Biesheuvel wrote: >> >> On 4 December 2015 at 17:27,

Re: [edk2] Double or floating point on edk2 ?

2015-12-05 Thread Daryl McDaniel
Hello, Doing floating point operations within the UEFI environment is not recommended. There are many reasons, but the main one is that floating point exceptions are unlikely to be handled. The default FPU mode (rounding, precision, ...) may also not be what you would want. There is also a

Re: [edk2] Double or floating point on edk2 ?

2015-12-05 Thread Scott Duplichan
Daryl McDaniel [mailto:edk2-li...@mc2research.org] wrote: ]Sent: Saturday, December 05, 2015 11:00 AM ]To: 'Shubha Ramani' ; edk2-de...@ml01.01.org ]Subject: Re: [edk2] Double or floating point on edk2 ? ] ]Hello, ] ]Doing floating point operations within the UEFI

Re: [edk2] [PATCH] BaseTools GCC: avoid the use of COMMON symbols

2015-12-05 Thread Jordan Justen
On 2015-12-04 11:21:18, Ard Biesheuvel wrote: > On 4 December 2015 at 20:13, Jordan Justen wrote: > > On 2015-12-04 08:43:29, Ard Biesheuvel wrote: > >> On 4 December 2015 at 17:27, Laszlo Ersek wrote: > >> > On 12/04/15 17:23, Paolo Bonzini wrote: >

[edk2] Fwd: [PATCH] BaseTools/VfrCompile: honor CC if it is set

2015-12-05 Thread Michael Thomas
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Michael Thomas --- BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseTools/Source/C/VfrCompile/Pccts/dlg/makefile

Re: [edk2] Fwd: [PATCH] BaseTools/VfrCompile: honor CC if it is set

2015-12-05 Thread Jordan Justen
On 2015-12-05 14:16:50, Michael Thomas wrote: You should add this to the commit message (see Maintainers.txt): Cc: Yonghong Zhu Cc: Liming Gao This will have git send-email Cc the package maintainers. > Contributed-under: TianoCore Contribution

Re: [edk2] Fwd: [PATCH] BaseTools/VfrCompile: honor CC if it is set

2015-12-05 Thread Michael Thomas
On Sat, Dec 5, 2015 at 9:12 PM, Jordan Justen wrote: > On 2015-12-05 14:16:50, Michael Thomas wrote: > > You should add this to the commit message (see Maintainers.txt): > > Cc: Yonghong Zhu > Cc: Liming Gao > > This will