| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
First batch of changes:
```
find […] -print0 | xargs -0 sed -i -r '/get_initial_sptr/{:nxt N;/;/!b nxt;s/get_initial_sptr\(\s*new ([^(]+)(.*)\)\)/make_block_sptr<\1>\2)/}'
```
Then:
* Back out `sptr_magic.h` edits
* Change some `friend` clauses
* clang-format the whole thing
* Update checksums in the pybind11 bindings files
|
| |
|
| |
|
|
|
|
|
| |
add_const_ii_impl was using floating point maximum ranges, probably
a leftover part of the removal of gengen. Now, max ranges are ints.
|
| |
|
|
Removed add_const_XX template concept and reimplemented as separate
blocks for bb, ss, ii, ff, and cc support. The work functions should
be converted into VOLK calls.
|