11.\" ============================================================================
2- .TH swarm 1 "October 24, 2019 " "version 3.0 .0" "USER COMMANDS"
2+ .TH swarm 1 "March 1, 2021 " "version 3.1 .0" "USER COMMANDS"
33.\" ============================================================================
44.SH NAME
55swarm \(em find clusters of nearly-identical nucleotide amplicons
@@ -110,9 +110,9 @@ results obtained during the clustering process allows \fBswarm\fR to
110110avoid most of the amplicon comparisons needed in a naïve approach. To
111111speed up the remaining amplicon comparisons, \fB swarm \fR implements an
112112extremely fast Needleman-Wunsch algorithm making use of the Streaming
113- SIMD Extensions (SSE2) of modern x86-64 CPUs, or NEON instructions of
114- ARM-64 CPUs. If SSE2 instructions are not available, \fB swarm \fR exits
115- with an error message.
113+ SIMD Extensions (SSE2) of x86-64 CPUs, NEON instructions of ARM64
114+ CPUs, or Altivec/VMX instructions of POWER8 CPUs. If SSE2 instructions
115+ are not available, \fB swarm \fR exits with an error message.
116116.PP
117117\fB swarm \fR can read nucleotide amplicons in fasta format from a
118118normal file or from the standard input (using a pipe or a
@@ -462,7 +462,7 @@ Submit suggestions and bug-reports at
462462.UR https://github.com/torognes/swarm/issues
463463.UE ,
464464send a pull request at
465- .UR https://github.com/torognes/swarm
465+ .UR https://github.com/torognes/swarm/pulls
466466.UE ,
467467or compose a friendly or curmudgeonly e-mail to
468468.MT frederic.mahe@cirad.fr
@@ -493,7 +493,7 @@ Affero General Public License for more details.
493493.PP
494494You should have received a copy of the GNU Affero General Public
495495License along with this program. If not, see
496- .UR http ://www.gnu.org/licenses/
496+ .UR https ://www.gnu.org/licenses/
497497.UE .
498498.PP
499499.\" ============================================================================
@@ -516,6 +516,13 @@ New features and important modifications of \fBswarm\fR (short lived
516516or minor bug releases are not mentioned):
517517.RS
518518.TP
519+ .BR v3.1.0\~ " released March 1, 2021"
520+ Version 3.1.0 includes a fix for a bug in the 16-bit SIMD alignment
521+ code that was exposed with a combination of d>1, long sequences, and
522+ very high gap penalties. The code has also been been cleaned up,
523+ tested and improved substantially, and it is now fully C++11
524+ compliant. Support for macOS on Apple Silicon (ARM64) has been added.
525+ .TP
519526.BR v3.0.0\~ " released October 24, 2019"
520527Version 3.0.0 introduces a faster algorithm for \fI d \fR = 1, and a
521528reduced memory footprint. Swarm has been ported to Windows x86-64,
0 commit comments