Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clock constructor dimensionality. #2768

Merged
merged 6 commits into from Dec 18, 2020
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions chapters/synchronous.tex
Expand Up @@ -295,8 +295,8 @@ \subsection{Argument Restrictions (Component Expression)}\label{argument-restric
\end{lstlisting}
\end{example}

Note that the operators defined in this chapter do not automatically vectorize,
but some operate on arrays in a similar way.
None of the operators defined in this chapter vectorize, but some can operate directly on array variables (including clocked array variables, but not clock array variables).
They are not callable in functions.
HansOlsson marked this conversation as resolved.
Show resolved Hide resolved

\section{Clock Constructors}\label{clock-constructors}

Expand Down