Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 402 Bytes

File metadata and controls

18 lines (14 loc) · 402 Bytes

FP_FAST_FMA

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

概要

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

バージョン

言語

  • C++11