Announcement

Collapse
No announcement yet.

LLVM's Flang Compiler Adds -Ofast & -ffast-math Support

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • LLVM's Flang Compiler Adds -Ofast & -ffast-math Support

    Phoronix: LLVM's Flang Compiler Adds -Ofast & -ffast-math Support

    Flang as LLVM's Fortran language front-end has landed support for the -Ofast and -ffast-math compiler flags...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    -fassociative-math
    Heh, I remember when I first discovered that non-associativity of FP operations was bottlenecking my code. Simply adding some ()'s won me a 2-3x speedup of that loop.

    Comment

    Working...
    X