21#if defined(TTK_ENABLE_RIPSER_128BITS_IDS) \
22 && (defined(__GNUC__) || defined(__clang__))
31 using pers_pair_t = std::pair<simplex_diam_t, simplex_diam_t>;
33 void ripser(std::vector<std::vector<value_t>> points,
37 std::vector<std::vector<pers_pair_t>> &ph);