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
Instead of replacing standard floating point type by Shamman version, make the Shamman version a type alias that refers to either standard floating point or Shamman floating point. The actual nature of the alias should be selected through a single macro.
The idea is to let client code switch between standard and shamman type by changing its code at a single point.
The text was updated successfully, but these errors were encountered:
Instead of replacing standard floating point type by Shamman version, make the Shamman version a type alias that refers to either standard floating point or Shamman floating point. The actual nature of the alias should be selected through a single macro.
The idea is to let client code switch between standard and shamman type by changing its code at a single point.
The text was updated successfully, but these errors were encountered: