On Sat, Sep 14, 2024 at 11:02:42AM -0700, Steve Kargl wrote: > > While I understand the intent of 'positive form' vs 'negative form', the > above might be clearer as > > Usage of intrinsics can be implemented either by generating a call > to the libgfortran library function or by directly generating inline > code. For most intrinsics, only a single variant is available, and > there is no choice of implementation. However, some intrinsics can > use a library function or inline code, wher inline code typically offers
Whoops. s/wher/where -- Steve