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
When AC_IEEE_FLOAT_USE_BUILTIN is defined class ac_ieee_float is missing the void set_data(const ac_int<width, true> &data) overload. This results in a bug whereby the ac_int passed to the existing API gets implicitly converted to data_t which in the case of AC_IEEE_FLOAT_USE_BUILTIN may be float or double.
The following patch against version 4.8.0 seems to sort out the issue
When AC_IEEE_FLOAT_USE_BUILTIN is defined class ac_ieee_float is missing the
void set_data(const ac_int<width, true> &data)
overload. This results in a bug whereby the ac_int passed to the existing API gets implicitly converted to data_t which in the case of AC_IEEE_FLOAT_USE_BUILTIN may be float or double.The following patch against version 4.8.0 seems to sort out the issue
The text was updated successfully, but these errors were encountered: