Skip to content

Commit

Permalink
added K
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Mar 2, 2003
1 parent c471cfe commit 86f19bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONVENTIONS
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ NAMES: keep them short. Shorter than you think. The Bible was written
S : solver, defined internally to each solver file
P : plan, defined internally to each solver file
k : codelet
X : used for mangling of external names (see below)
X(...) : used for mangling of external names (see below)
K(...) : floating-point constant, in E precision

If a name is used often and must have the form fftw_foo to avoid
namespace pollution, #define FOO fftw_foo and use the short name.
Expand Down

0 comments on commit 86f19bd

Please sign in to comment.