Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste Rouquier committed Dec 16, 2024
1 parent ab775a9 commit deb55a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hpcombi/epu8.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ inline epu8 sort8_perm(epu8 &a) noexcept;
* @brief Merge two sorted epu8
* @details
* @param a, b: two #HPCombi::epu8
* after executing merge, \c a and \c are sorted \c a[15] <= \c b[0]
* after executing merge, \c a and \c b are sorted and \c a[15] <= \c b[0]
*/
/** @copydoc common_merge
* @par Algorithm: bitonic merge sorting network
Expand Down

0 comments on commit deb55a3

Please sign in to comment.