Re: [edk2-devel] [PATCH v2 0/7] update ArmSoftFloatLib to latest upstream version

2019-05-28 Thread Michael D Kinney
l D > > Subject: Re: [edk2-devel] [PATCH v2 0/7] update > ArmSoftFloatLib to latest upstream version > > On 05/27/19 22:51, Ard Biesheuvel wrote: > > Currently, our move to OpenSSL 1.1.1b is being > blocked by an issue in > > the ARM software floating point library,

Re: [edk2-devel] [PATCH v2 0/7] update ArmSoftFloatLib to latest upstream version

2019-05-28 Thread Leif Lindholm
Hi Ard, Many thanks for this. Two comments: - First, just the note I made on the -std=c99 patch - we're diverging behaviour between CLANG and modern GCC. I don't think we're really promoting use of c11 features anyway, but it could be worth considering adding an explicit flag to GCC5 as wel

Re: [edk2-devel] [PATCH v2 0/7] update ArmSoftFloatLib to latest upstream version

2019-05-28 Thread Ard Biesheuvel
On Tue, 28 May 2019 at 13:39, Laszlo Ersek wrote: > > On 05/27/19 22:51, Ard Biesheuvel wrote: > > Currently, our move to OpenSSL 1.1.1b is being blocked by an issue in > > the ARM software floating point library, which lacks some intrinsics > > that the ARM EABI spec defines. > > > > Since the co

Re: [edk2-devel] [PATCH v2 0/7] update ArmSoftFloatLib to latest upstream version

2019-05-28 Thread Laszlo Ersek
On 05/27/19 22:51, Ard Biesheuvel wrote: > Currently, our move to OpenSSL 1.1.1b is being blocked by an issue in > the ARM software floating point library, which lacks some intrinsics > that the ARM EABI spec defines. > > Since the code was in pretty sorry state, let's fix this by upgrading > to t

Re: [edk2-devel] [PATCH v2 0/7] update ArmSoftFloatLib to latest upstream version

2019-05-28 Thread Laszlo Ersek
On 05/27/19 22:51, Ard Biesheuvel wrote: > Currently, our move to OpenSSL 1.1.1b is being blocked by an issue in > the ARM software floating point library, which lacks some intrinsics > that the ARM EABI spec defines. > > Since the code was in pretty sorry state, let's fix this by upgrading > to t

Re: [edk2-devel] [PATCH v2 0/7] update ArmSoftFloatLib to latest upstream version

2019-05-28 Thread Laszlo Ersek
On 05/27/19 22:51, Ard Biesheuvel wrote: > Currently, our move to OpenSSL 1.1.1b is being blocked by an issue in > the ARM software floating point library, which lacks some intrinsics > that the ARM EABI spec defines. > > Since the code was in pretty sorry state, let's fix this by upgrading > to t

Re: [edk2-devel] [PATCH v2 0/7] update ArmSoftFloatLib to latest upstream version

2019-05-27 Thread Ard Biesheuvel
On Mon, 27 May 2019 at 22:51, Ard Biesheuvel wrote: > > Currently, our move to OpenSSL 1.1.1b is being blocked by an issue in > the ARM software floating point library, which lacks some intrinsics > that the ARM EABI spec defines. > > Since the code was in pretty sorry state, let's fix this by upg