Skip to content

Commit

Permalink
Merge pull request #8 from BryantLam/edit-textit
Browse files Browse the repository at this point in the history
Convert bad use of \textit
  • Loading branch information
BryantLam authored Mar 11, 2020
2 parents ee7e8b4 + 4660214 commit 69c24d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/backmatter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ \subsection{Active-set-based collective routines}
When moving from active set routines to teams based routines, the fixed-size
versions of the routines, e.g. \FUNC{shmem\_broadcast32}, were not
carried forward. Instead, all teams based collective routines use standard
\Cstd types with the option to use generic \textit{C11} functions for more portable
\Cstd types with the option to use generic \Cstd[11] functions for more portable
and maintainable implementations.

\subsection{\CorCpp: \FUNC{shmem\_barrier}}
Expand Down
2 changes: 1 addition & 1 deletion content/profiling_interface.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
implements \openshmem on any particular machine. It is, therefore,
necessary to provide a mechanism by which the implementors of such
tools can collect whatever performance information they wish
\textit{without} access to the underlying implementation.
\emph{without} access to the underlying implementation.

The \openshmem profiling interface places the following requirements
on implementations.
Expand Down

0 comments on commit 69c24d3

Please sign in to comment.