Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 373 Bytes

fp_fast_fmaf.md

File metadata and controls

16 lines (12 loc) · 373 Bytes

FP_FAST_FMAF

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

概要

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

バージョン

言語

  • C++11