Changeset 3e91c6f9 for libcfa/prelude/prototypes.awk
- Timestamp:
- Mar 13, 2025, 9:26:17 AM (6 months ago)
- Branches:
- master
- Children:
- 8b639f9
- Parents:
- 3bd9508 (diff), 594671a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/prototypes.awk
r3bd9508 r3e91c6f9 10 10 # Created On : Sat May 16 07:57:37 2015 11 11 # Last Modified By : Peter A. Buhr 12 # Last Modified On : Sat Feb 15 13:16:28202513 # Update Count : 6012 # Last Modified On : Mon Mar 10 17:52:39 2025 13 # Update Count : 73 14 14 # 15 15 … … 160 160 printf( "double _Complex __builtin_complex( double, double );\n" ); 161 161 printf( "long double _Complex __builtin_complex( long double, long double );\n" ); 162 163 # assorted gcc builltin types 164 # ARM vector floating-point types, strip off text "__builtin.*__" 165 printf( "struct __builtin__Float32x4_t__ {};\n" ); 166 printf( "struct __builtin__Float64x2_t__ {};\n" ); 167 printf( "struct __builtin__SVFloat32_t__ {};\n" ); 168 printf( "struct __builtin__SVFloat64_t__ {};\n" ); 169 printf( "struct __builtin__SVBool_t__ {};\n" ); 162 170 } # END 163 171
Note:
See TracChangeset
for help on using the changeset viewer.