diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-04-18 11:32:15 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-04-18 11:32:15 +0000 |
commit | 9c1826563267f0b201c051ed13d519fec103fa44 (patch) | |
tree | 10f38347951534db5f4dcd0252fb161b177bf561 /TODO | |
parent | 8c2aadb19e75d58aea4c092a6b4fc86746e1efd9 (diff) | |
download | mpfr-9c1826563267f0b201c051ed13d519fec103fa44.tar.gz |
[TODO] removed item that we won't implement
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12614 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -37,16 +37,6 @@ Table of contents: 2. Compiler/library detection ############################################################################## -- if we want to distinguish GMP and MPIR, we can check at configure time - the following symbols which are only defined in MPIR: - - #define __MPIR_VERSION 0 - #define __MPIR_VERSION_MINOR 9 - #define __MPIR_VERSION_PATCHLEVEL 0 - - There is also a library symbol mpir_version, which should match VERSION, set - by configure, for example 0.9.0. - - update ICC detection. * Use only __INTEL_COMPILER instead of the obsolete macro __ICC? * Possibly enable some features with ICC. For instance, removing |