Changes in / [45553f5:ee22919]


Ignore:
Location:
libcfa/prelude
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libcfa/prelude/prelude-gen.cc

    r45553f5 ree22919  
    1010// Created On       : Sat Feb 16 08:44:58 2019
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Mar  5 19:10:06 2025
    13 // Update Count     : 61
     12// Last Modified On : Mon Jan 13 14:15:29 2025
     13// Update Count     : 55
    1414//
    1515
     
    419419        }
    420420        cout << endl;
    421         printf( "struct __builtin__Float32x4_t__ {};\n" );
    422421}
    423422
  • libcfa/prelude/prototypes.awk

    r45553f5 ree22919  
    1010# Created On       : Sat May 16 07:57:37 2015
    1111# Last Modified By : Peter A. Buhr
    12 # Last Modified On : Wed Mar  5 19:11:56 2025
    13 # Update Count     : 69
     12# Last Modified On : Sat Feb 15 13:16:28 2025
     13# Update Count     : 60
    1414#
    1515
     
    160160        printf( "double _Complex __builtin_complex( double, double );\n" );
    161161        printf( "long double _Complex __builtin_complex( long double, long double );\n" );
    162         #printf( "struct __builtin__Float32x4_t__ {};\n" );
    163162} # END
    164163
Note: See TracChangeset for help on using the changeset viewer.