search for: d25924

Displaying 2 results from an estimated 2 matches for "d25924".

Did you mean: 25924
2017 Apr 20
2
[RFC] FP contract = on
Hey folks, Some progress has been made since the first thread: http://lists.llvm.org/pipermail/llvm-dev/2017-March/111129.html And also I think the consensus is to enable "-ffp-contract=on" by default (instead of "fast"), which seems to be working on some preliminary tests I made. I just ran the test-suite on x86_64 and AArch64. The former is ok, the latter still has some
2016 Oct 31
0
[test-suite] Fix for CFLAGS="-ffp-contract=on"
...agree that this is a reasonable way to fix the > test-suite when compiled with -ffp-contract=on? > > Thanks, > Sebastian On Mon, Oct 24, 2016 at 3:08 PM, Sebastian Pop <sebpop at gmail.com> wrote: > - MultiSource/Benchmarks/MiBench/telecomm-FFT 288 LoC https://reviews.llvm.org/D25924 > - MultiSource/Benchmarks/VersaBench/beamformer 279 LoC https://reviews.llvm.org/D25923 > - SingleSource/Benchmarks/Linpack 586 LoC > - SingleSource/Benchmarks/Misc-C++/Large/sphereflake.cpp 224 LoC These two are harder.