Changeset ee8f72d for libcfa/prelude/prototypes.awk
- Timestamp:
- Mar 5, 2025, 7:15:04 PM (5 weeks ago)
- Branches:
- master
- Children:
- 45553f5
- Parents:
- 8de86b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libcfa/prelude/prototypes.awk ¶
r8de86b3 ree8f72d 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 : 6 012 # Last Modified On : Wed Mar 5 19:11:56 2025 13 # Update Count : 69 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 #printf( "struct __builtin__Float32x4_t__ {};\n" ); 162 163 } # END 163 164
Note: See TracChangeset
for help on using the changeset viewer.