Skip to content

Commit b183669

Browse files
committed
⬆️ v5.0.4
1 parent 5734fa8 commit b183669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mph

+2-2
Original file line numberDiff line numberDiff line change
@@ -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.3
588+
GIT_TAG v5.0.4
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_3 {
615+
namespace mph::inline v5_0_4 {
616616
using i8 = __INT8_TYPE__;
617617
using u8 = __UINT8_TYPE__;
618618
using i16 = __INT16_TYPE__;

0 commit comments

Comments
 (0)