fftw: Correct short descriptions of libfftw3f variants.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21218 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2019-02-20 23:07:01 +00:00
parent 2d3c8d3985
commit 77969380ab

View File

@ -260,7 +260,8 @@ make</userinput></screen>
<term><filename class="libraryfile">libfftw3f.so</filename></term>
<listitem>
<para>
is the floating-point Fast Fourier Transform library
is the single-precision Fast Fourier Transform library, described
as 'float' for historic reasons
</para>
<indexterm zone="fftw libfftw3f">
<primary sortas="c-libfftw3f">libfftw3f.so</primary>
@ -272,7 +273,7 @@ make</userinput></screen>
<term><filename class="libraryfile">libfftw3f_threads.so</filename></term>
<listitem>
<para>
is the threaded floating-point Fast Fourier Transform library
is the threaded single-precision Fast Fourier Transform library
</para>
<indexterm zone="fftw libfftw3f_threads">
<primary sortas="c-libfftw3f_threads">libfftw3f_threads.so</primary>