Skip to content

Commit

Permalink
doc - describe JiT tools added
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Nov 10, 2021
1 parent 08849ea commit 23dfbf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/sphinx/source/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ for each release of libCEED.
### New features

- `CeedScalar` can now be set as `float` or `double` at compile time.
- Added JiT utilities in `ceed/jit-tools.h` to simplify code generation backends.
- Added support for JiT of QFunctions with `#include` statements for additional local files.
- Remove need to guard library headers in QFunction source for code generation backends.

### Maintainability

Expand Down

0 comments on commit 23dfbf5

Please sign in to comment.