cling/tools/plugins
Vassil Vassilev 5e3310ac04 Bump clad version to v1.2.
This new release includes some improvements:
  * Add experimental support for forward vector mode
  * Add pushforwards for std::floor and std::ceil
  * Improve AD function interfaces with bitmasked options. For example:
    clad::differentiate<<clad::order::first, clad::opts::vector_mode>(f) will
    be equivalent to clad::differentiate<<1, clad::opts::vector_mode>(f) and
    will request the first order derivative of f in forward vector mode.
  * LLVM16 Support

See more at: https://github.com/vgvassilev/clad/blob/v1.2/docs/internalDocs/ReleaseNotes.md
2023-07-20 16:59:07 +02:00
..
clad Bump clad version to v1.2. 2023-07-20 16:59:07 +02:00
example Silence macOS linker warnings on -undefined dynamic_lookup: 2023-01-19 12:59:06 +01:00
CMakeLists.txt check for internet connection. Fixes #8292 (#8520) 2021-07-15 15:59:07 +02:00