2023年2月6日のブックマーク (1件)

  • gccの最適化指示-Ofastは危険 - Qiita

    はじめに gccの最適化指示である-Ofastをお気軽に使ってる記事を見掛けたので注意喚起的なやつです。 -Ofastとは何ぞや gccのドキュメントから引用 https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-Ofast -Ofast Disregard strict standards compliance. -Ofast enables all -O3 optimizations. It also enables optimizations that are not valid for all standard-compliant programs. It turns on -ffast-math, -fallow-store-data-races and the Fortran-specific -fstac

    gccの最適化指示-Ofastは危険 - Qiita
    azzr
    azzr 2023/02/06
    -Ofastの効果というより-ffast-mathの効果だね。適用される他の最適化はどうなんだろう。