mirror of https://github.com/CGAL/cgal
| ------------------------------------------------------------------------ | r58141 | lrineau | 2010-08-18 15:08:04 +0200 (Wed, 18 Aug 2010) | 5 lines | Changed paths: | M /branches/CGAL-3.7-branch/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Float_traits.h | M /branches/CGAL-3.7-branch/Number_types/include/CGAL/CORE_BigFloat.h | | Fix the "bug" of CORE-1.7 in 64 bits. The bug was actually in CGAL | Number_types and Algebraic_kernel_d! The basis of CORE::BigFloat is not | 2^14: it is 2^CORE::CHUNK_BIT. CORE::CHUNK_BIT is 14 in 32 bits, but *30* | in 64 bits! | | ------------------------------------------------------------------------ Update: See revision 58145. -- Laurent Rineau Wed Aug 18 16:26:15 CEST 2010 |
||
|---|---|---|
| .. | ||
| doc_tex | ||
| include/CGAL | ||
| package_info/Number_types | ||
| src/CGAL | ||
| test/Number_types | ||
| KNOWN_PROBLEMS_WITH_FLOATING_POINT | ||
| dont_submit | ||