Changeset 689d057 for src/SymTab


Ignore:
Timestamp:
Jan 12, 2025, 10:26:28 PM (8 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
3ea1d93, 5a79dae3
Parents:
445b281
Message:

unsure if these files should be committed because they have generated code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/ManglerCommon.cpp

    r445b281 r689d057  
    7171        "CDF64x_",  // _Float64x _Complex
    7272        "Dq",       // __float80
     73        "e",        // long double
     74        "Ce",       // long double _Complex
     75        "g",        // __float128
    7376        "DF128_",   // _Float128
    7477        "CDF128_",  // _Float128 _Complex
    75         "g",        // __float128
    76         "e",        // long double
    77         "Ce",       // long double _Complex
    7878        "DF128x_",  // _Float128x
    7979        "CDF128x_", // _Float128x _Complex
Note: See TracChangeset for help on using the changeset viewer.