README 324 B

1234567
  1. These are support functions needed by gcc to perform operations on
  2. 64-bit integer types on 32-bit machines. The names are meaningful to
  3. the gcc back end. The term "millicode" is sometimes used to describe
  4. such compiler support code.
  5. This code was taken from NetBSD's src/common/lib/libc/quad, and
  6. polished some for OS/161.