File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131
3232[](https://opensource.org/license/mit)
3333[](https://github.com/qlibs/mph/releases)
34- [](https://godbolt.org/z/cnPv5TxhY )
34+ [](https://godbolt.org/z/MsE4nnhvc )
3535[](https://godbolt.org/z/jcPPsbEvK)
3636
3737### Use case
@@ -585,7 +585,7 @@ inline constexpr auto find =
585585 FetchContent_Declare(
586586 qlibs.mph
587587 GIT_REPOSITORY https://github.com/qlibs/mph
588- GIT_TAG v5.0.1
588+ GIT_TAG v5.0.2
589589 )
590590
591591 FetchContent_MakeAvailable(qlibs.mph)
@@ -612,7 +612,7 @@ inline constexpr auto find =
612612#include <experimental/simd>
613613#endif
614614
615- namespace mph::inline v5_0_1 {
615+ namespace mph::inline v5_0_2 {
616616using i8 = __INT8_TYPE__;
617617using u8 = __UINT8_TYPE__;
618618using i16 = __INT16_TYPE__;
You can’t perform that action at this time.
0 commit comments