summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-12-08 12:05:06 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-12-08 12:05:06 +0100
commit1ed5bff85d62af0294181f2dd538c7aece4b1834 (patch)
tree183626fd2d43b05741dbad35ab16a213c9726168
parentaabf0641faf0b23a98e011d78d0cfdd0d2513dc8 (diff)
downloadgmp-1ed5bff85d62af0294181f2dd538c7aece4b1834.tar.gz
Add item about --disable-assembly.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7838bfa7e..09747bc5d 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,9 @@ Changes between GMP version 5.0.* and 5.1.0
* The fat binary mechanism is now more robust in its CPU recognition.
MISC
+ * Inclusion of assembly code is now controlled by the configure options
+ --enable-assembly and --disable-assembly. The "none" CPU targets is gone.
+
* In C++, the conversions mpq_class->mpz_class, mpf_class->mpz_class and
mpf_class->mpq_class are now explicit.