File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
32
32
[](https://opensource.org/license/mit)
33
33
[](https://github.com/qlibs/mph/releases)
34
- [](https://godbolt.org/z/cnPv5TxhY )
34
+ [](https://godbolt.org/z/MsE4nnhvc )
35
35
[](https://godbolt.org/z/jcPPsbEvK)
36
36
37
37
### Use case
@@ -585,7 +585,7 @@ inline constexpr auto find =
585
585
FetchContent_Declare(
586
586
qlibs.mph
587
587
GIT_REPOSITORY https://github.com/qlibs/mph
588
- GIT_TAG v5.0.1
588
+ GIT_TAG v5.0.2
589
589
)
590
590
591
591
FetchContent_MakeAvailable(qlibs.mph)
@@ -612,7 +612,7 @@ inline constexpr auto find =
612
612
#include <experimental/simd>
613
613
#endif
614
614
615
- namespace mph::inline v5_0_1 {
615
+ namespace mph::inline v5_0_2 {
616
616
using i8 = __INT8_TYPE__;
617
617
using u8 = __UINT8_TYPE__;
618
618
using i16 = __INT16_TYPE__;
You can’t perform that action at this time.
0 commit comments