Changeset c086c6e
- Timestamp:
- Jan 13, 2025, 4:21:14 PM (3 weeks ago)
- Branches:
- master
- Children:
- 7aa246cb
- Parents:
- 6a6e205
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/prelude/prelude-gen.cc
r6a6e205 rc086c6e 10 10 // Created On : Sat Feb 16 08:44:58 2019 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jan 13 1 2:00:47202513 // Update Count : 5 412 // Last Modified On : Mon Jan 13 14:15:29 2025 13 // Update Count : 55 14 14 // 15 15 … … 50 50 { "__float80", true, true, }, 51 51 { "__float128", true, true, }, 52 #endif 52 53 { "_Float128", true, true, }, 53 54 { "_Float128 _Complex", true, false, }, 54 #endif55 55 // { "_Float128x", true, true, }, // add declarations if type supported 56 56 // { "_Float128x _Complex", true, false, },
Note: See TracChangeset
for help on using the changeset viewer.