Closed
Description
The basic operations on the built-in types compile to inferior code in generic functions without --opt-level=2
for heuristic-based inlining. The library should define these operations in the same way to avoid a distinction as not inlining them only slows down compile-time and doesn't aid in debugging.