Skip to content

Integer Fundamental Type Precisions #147

Description

I'm curious why the IFC specifies default, short, and long, but not long long for fundamental type precision?

The IFC writes out:

  • long long = int w/ 64-bit precision
  • long = int w/ long precision
  • int = int w/ default precision

This seems like an odd discrepancy (some builtin types represented via bitwidth and some are represented via a label)?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions