[cfe-dev] [llvm-dev] [RFC] FP contract = on

Sebastian Pop via cfe-dev cfe-dev at lists.llvm.org
Thu Apr 20 08:43:32 PDT 2017


On Thu, Apr 20, 2017 at 10:33 AM, Sebastian Pop <sebpop.llvm at gmail.com> wrote:
> Hi Renato,
>
> On Thu, Apr 20, 2017 at 8:29 AM, Renato Golin via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> Sebastian, how's the progress to get those benchmarks contract-friendly?
>>
>> MultiSource/Benchmarks/MiBench/telecomm-FFT/telecomm-fft
>> MultiSource/Benchmarks/VersaBench/beamformer/beamformer
>
> I thought that these two were already solved by these patches:
> https://reviews.llvm.org/D25923  - beamformer
> https://reviews.llvm.org/D25924  - telecomm-fft

I just had a look at these patches, and I see that they have
CFLAGS += -DFP_ABSTOLERANCE=1e-5
the tests were passing on AArch64 with that tolerance when I tested
them back in October 2016.
Renato, could you please try to see if they pass with a tolerance of 1e-4?



More information about the cfe-dev mailing list