diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:33:18 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 22:33:18 +0200 |
commit | d672ab7d660f95484428882d9bebfa259ee9d368 (patch) | |
tree | d0bcc15e3ad9e92bbcb174d2f2502c474a294ae3 /chapter08/gmp.xml | |
parent | c8fb227d0dc82fb31b7ff03511cd1f2de6ee8765 (diff) |
Remove spaces at end o lines - chapter08
Diffstat (limited to 'chapter08/gmp.xml')
-rw-r--r-- | chapter08/gmp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/gmp.xml b/chapter08/gmp.xml index 2419e2d02..0820f726c 100644 --- a/chapter08/gmp.xml +++ b/chapter08/gmp.xml @@ -53,7 +53,7 @@ <note> <para>The default settings of GMP produce libraries optimized for the host processor. If libraries suitable for processors less - capable than the host's CPU are desired, generic libraries can be + capable than the host's CPU are desired, generic libraries can be created by running the following: <screen role="nodump"><userinput>cp -v configfsf.guess config.guess @@ -100,7 +100,7 @@ make html</userinput></screen> <para>Test the results:</para> <screen><userinput remap="test">make check 2>&1 | tee gmp-check-log</userinput></screen> - + <caution><para>The code in gmp is highly optimized for the processor where it is built. Occasionally, the code that detects the processor misidentifies the system capabilities and there will be errors in the tests or other |