Skip to content

Commit

Permalink
⬆️ v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Oct 1, 2024
1 parent 695778c commit 88ef56e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mph
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

[![MIT Licence](http://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/license/mit)
[![Version](https://img.shields.io/github/v/release/qlibs/mph)](https://github.com/qlibs/mph/releases)
[![Build](https://img.shields.io/badge/build-green.svg)](https://godbolt.org/z/cnPv5TxhY)
[![Build](https://img.shields.io/badge/build-green.svg)](https://godbolt.org/z/MsE4nnhvc)
[![Try it online](https://img.shields.io/badge/try%20it-online-blue.svg)](https://godbolt.org/z/jcPPsbEvK)

### Use case
Expand Down Expand Up @@ -585,7 +585,7 @@ inline constexpr auto find =
FetchContent_Declare(
qlibs.mph
GIT_REPOSITORY https://github.com/qlibs/mph
GIT_TAG v5.0.1
GIT_TAG v5.0.2
)

FetchContent_MakeAvailable(qlibs.mph)
Expand All @@ -612,7 +612,7 @@ inline constexpr auto find =
#include <experimental/simd>
#endif

namespace mph::inline v5_0_1 {
namespace mph::inline v5_0_2 {
using i8 = __INT8_TYPE__;
using u8 = __UINT8_TYPE__;
using i16 = __INT16_TYPE__;
Expand Down

0 comments on commit 88ef56e

Please sign in to comment.