Skip to content

Commit 88ef56e

Browse files
committed
⬆️ v5.0.2
1 parent 695778c commit 88ef56e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mph

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
[![MIT Licence](http://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/license/mit)
3333
[![Version](https://img.shields.io/github/v/release/qlibs/mph)](https://github.com/qlibs/mph/releases)
34-
[![Build](https://img.shields.io/badge/build-green.svg)](https://godbolt.org/z/cnPv5TxhY)
34+
[![Build](https://img.shields.io/badge/build-green.svg)](https://godbolt.org/z/MsE4nnhvc)
3535
[![Try it online](https://img.shields.io/badge/try%20it-online-blue.svg)](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 {
616616
using i8 = __INT8_TYPE__;
617617
using u8 = __UINT8_TYPE__;
618618
using i16 = __INT16_TYPE__;

0 commit comments

Comments
 (0)