You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STDCPP_BFLOAT16_T
Defined as the integer literal 1 if and only if the implementation supports an extended floating-point type with the properties described in [basic.extended.fp].
The use of "an" suggests that if any other "extended floating-point type with the properties described in [basic.extended.fp]" other than std::float16_t is defined by the implementation, then __STDCPP_BFLOAT16_T__ should be defined to 1 even if std::float16_t isn't.