Changeset c5f69fd for src/AST


Ignore:
Timestamp:
Sep 13, 2024, 8:25:49 AM (3 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
2ac78a1
Parents:
2b5e051
Message:

clean up naming of float-point types, and start to add new ARM floating-point types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/BasicKind.hpp

    r2b5e051 rc5f69fd  
    99// Author           : Andrew Beach
    1010// Created On       : Thu Apr 18 14:00:00 2024
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Thu Apr 18 14:00:00 2024
    13 // Update Count     : 0
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Mon Sep  9 20:51:13 2024
     13// Update Count     : 2
    1414//
    1515
     
    3535        SignedInt128,
    3636        UnsignedInt128,
    37         uFloat16,
    38         uFloat16Complex,
    39         uFloat32,
    40         uFloat32Complex,
     37        Float16,
     38        Float16Complex,
     39        Float32,
     40        Float32Complex,
    4141        Float,
    4242        FloatComplex,
    43         uFloat32x,
    44         uFloat32xComplex,
    45         uFloat64,
    46         uFloat64Complex,
     43        Float32x,
     44        Float32xComplex,
     45        Float64,
     46        Float64Complex,
    4747        Double,
    4848        DoubleComplex,
    49         uFloat64x,
    50         uFloat64xComplex,
    51         uuFloat80,
    52         uFloat128,
    53         uFloat128Complex,
     49        Float64x,
     50        Float64xComplex,
     51        Float80,
     52        Float128,
     53        Float128Complex,
    5454        uuFloat128,
    5555        LongDouble,
    5656        LongDoubleComplex,
    57         uFloat128x,
    58         uFloat128xComplex,
     57        Float128x,
     58        Float128xComplex,
    5959        NUMBER_OF_BASIC_TYPES,
    6060        MAX_INTEGER_TYPE = UnsignedInt128,
Note: See TracChangeset for help on using the changeset viewer.