Skip to content

Commit

Permalink
DOC: Revise note about .src files (legacy NumPy template files) in RE…
Browse files Browse the repository at this point in the history
…ADME.md
  • Loading branch information
WarrenWeckesser committed Mar 8, 2024
1 parent f2f836d commit 362fa00
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ C file.
*Generalized ufuncs*

Note, for anyone looking at the source code: some of these implementations
are in C and use NumPy templating (look for filenames that end in `.src`);
others use templated C++ functions combined with code generation tools
that can be found in `tools/cxxgen`.
are in C and use the legacy NumPy templating language (look for filenames
that end in `.src`); others use templated C++ functions combined with code
generation tools that can be found in `tools/cxxgen`. The `.src` files are
processed with the script in `ufunclab/tools/conv_template.py`.

| Function | Description |
| -------- | ----------- |
Expand Down

0 comments on commit 362fa00

Please sign in to comment.