Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 379 Bytes

fp_fast_fmal.md

File metadata and controls

16 lines (12 loc) · 379 Bytes

FP_FAST_FMAL

  • cmath[meta header]
  • macro[meta id-type]
  • cpp11[meta cpp]
# define FP_FAST_FMAL 1

概要

FP_FAST_FMALlong double 型の変数 x, y, z に対し、関数呼び出し fma(x, y, z) が式 x * y + z より高速であるとき、またそのときに限り #define される。

バージョン

言語

  • C++11