Skip to content

Commit

Permalink
⬆️ v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-jusiak committed Oct 5, 2024
1 parent c922fb0 commit 83f4e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mph
Original file line number Diff line number Diff line change
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.2
GIT_TAG v5.0.3
)

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

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

0 comments on commit 83f4e7d

Please sign in to comment.