
11 Apr
2023
11 Apr
'23
6:08 p.m.
Am 13.03.23 um 13:33 schrieb John Maddock via Boost:
I mean this canonically. Advantages: - For both compilers (gcc/intel) the functions/limits can be provided directly, without the mass #define/#undef function-macros. - Clean separation and/or Konsolidierugn of the __float128 types: a) gcc: __float128 b) intel: Windows _Qaud -> __float128, !Windows -> __float128 (https://community.intel.com/t5/Intel-C-Compiler/C-Compiler-128-bit-floating-...) So there is only one type __float128. - Clean/mature standard functions can be provided for IO. Disadvantages: - One-time(!) effort to update dependent libs. Gero
707
Age (days ago)
707
Last active (days ago)
0 comments
1 participants
participants (1)
-
Gero Peterhoff