Skip to content

Commit

Permalink
doc - update multi source include description
Browse files Browse the repository at this point in the history
Co-authored-by: Jed Brown <[email protected]>
  • Loading branch information
jeremylt and jedbrown authored Nov 18, 2021
1 parent 964c193 commit f5c7dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/source/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for each release of libCEED.

- `CeedScalar` can now be set as `float` or `double` at compile time.
- Added JiT utilities in `ceed/jit-tools.h` to reduce duplicated code in GPU backends.
- Added support for JiT of QFunctions with `#include` statements for additional local files.
- Added support for JiT of QFunctions with `#include "relative/path/local-file.h"` statements for additional local files. Note that files included with `""` are searched relative to the current file first, then by compiler paths (as with `<>` includes). To use this feature, one should adhere to relative paths only, not compiler flags like `-I`, which the JiT will not be aware of.
- Remove need to guard library headers in QFunction source for code generation backends.

### Maintainability
Expand Down

0 comments on commit f5c7dae

Please sign in to comment.