Skip to content

2023-08-18

Compare
Choose a tag to compare
@JDanielSmith JDanielSmith released this 18 Aug 15:25
· 73 commits to main since this release
5b892bf
  • New sys::OS::getSIMDInstructionSet() utility routine; SSE2 is required (default with 64-bit builds).
  • types::ComplexInteger to work-around std::complex<short> no longer being valid C++.
  • Another round of reducing various compiler warnings (of note: NULL -> nullptr).
    @@ -20,6 +9,9 @@
  • Update to e2fsprogs 1.47.0.
  • Update to xerces-c 3.2.4.
  • Update to HDF5 1.14.2.
  • mem::ComplexViews renamed to be more descriptive.
  • hdf5.lite removed, use HighFive (included).
  • added .gitattributes and normalized line-endings (\n for most text files).