Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5d078a9

Browse files
committed
fix links
1 parent2440ffa commit5d078a9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

‎extras/rapidfuzz_amalgamated.hpp‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
22
// SPDX-License-Identifier: MIT
33
// RapidFuzz v1.0.2
4-
// Generated: 2025-02-11 13:43:07.694110
4+
// Generated: 2025-02-11 13:48:20.141647
55
// ----------------------------------------------------------
66
// This file is an amalgamation of multiple different files.
77
// You probably shouldn't edit it directly.
@@ -2503,7 +2503,7 @@ static inline native_simd<T> min32(const native_simd<T>& a, const native_simd<T>
25032503
return_mm256_min_epu32(a, b);
25042504
}
25052505

2506-
/* taken from https://stackoverflow.com/a/51807800/11335032*/
2506+
/* taken from https://stackoverflow.com/a/51807800*/
25072507
staticinline native_simd<uint8_t>sllv(const native_simd<uint8_t>& a,
25082508
const native_simd<uint8_t>& count_)noexcept
25092509
{
@@ -2526,7 +2526,7 @@ static inline native_simd<uint8_t> sllv(const native_simd<uint8_t>& a,
25262526
return x;
25272527
}
25282528

2529-
/* taken from https://stackoverflow.com/a/51805592/11335032*/
2529+
/* taken from https://stackoverflow.com/a/51805592*/
25302530
staticinline native_simd<uint16_t>sllv(const native_simd<uint16_t>& a,
25312531
const native_simd<uint16_t>& count)noexcept
25322532
{
@@ -9546,7 +9546,7 @@ namespace rapidfuzz {
95469546
namespacedetail {
95479547

95489548
/*
9549-
* taken from https://stackoverflow.com/a/17251989/11335032
9549+
* taken from https://stackoverflow.com/a/17251989
95509550
*/
95519551
template<typename T,typename U>
95529552
boolCanTypeFitValue(const U value)

‎rapidfuzz/details/CharSet.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace rapidfuzz {
1313
namespacedetail {
1414

1515
/*
16-
* taken from https://stackoverflow.com/a/17251989/11335032
16+
* taken from https://stackoverflow.com/a/17251989
1717
*/
1818
template<typename T,typename U>
1919
boolCanTypeFitValue(const U value)

‎rapidfuzz/details/simd_avx2.hpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ static inline native_simd<T> min32(const native_simd<T>& a, const native_simd<T>
597597
return_mm256_min_epu32(a, b);
598598
}
599599

600-
/* taken from https://stackoverflow.com/a/51807800/11335032*/
600+
/* taken from https://stackoverflow.com/a/51807800*/
601601
staticinline native_simd<uint8_t>sllv(const native_simd<uint8_t>& a,
602602
const native_simd<uint8_t>& count_)noexcept
603603
{
@@ -620,7 +620,7 @@ static inline native_simd<uint8_t> sllv(const native_simd<uint8_t>& a,
620620
return x;
621621
}
622622

623-
/* taken from https://stackoverflow.com/a/51805592/11335032*/
623+
/* taken from https://stackoverflow.com/a/51805592*/
624624
staticinline native_simd<uint16_t>sllv(const native_simd<uint16_t>& a,
625625
const native_simd<uint16_t>& count)noexcept
626626
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp