Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 411 Bytes

File metadata and controls

18 lines (14 loc) · 411 Bytes

FP_FAST_FMAL

  • cmath[meta header]
  • macro[meta id-type]
  • cpp11[meta cpp]
#define FP_FAST_FMAL 1
// または
#undef FP_FAST_FMAL

概要

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

バージョン

言語

  • C++11