Skip to content

Commit 161b862

Browse files
committed
*RELEASE 5.1.117.
1 parent fc96388 commit 161b862

25 files changed

Lines changed: 27 additions & 24 deletions

docs/2022.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h1>Simd Library Release Notes (2022).</h1>
3333

3434
<hr/>
3535

36-
<h3 id="R117">September X, 2022 (version X.X.117)</h3>
36+
<h3 id="R117">September 1, 2022 (version 5.1.117)</h3>
3737
<h4>Algorithms</h4>
3838
<h5>New features</h5>
3939
<ul>

docs/download.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ <h1>Simd Library Download.</h1>
2727
<h3>2022</h3>
2828
<table width=1012 border="1" style='border-collapse:collapse'>
2929
<tr align="center" style="background-color:#e0e0e0; font-weight:bold"> <td>Release Notes</td> <td>Download Link</td> <td>Size</td> </tr>
30+
<tr> <td align="center"> <a href="2022.html#R117">September 1, 2022</a> </td>
31+
<td align="center"> <a href="https://github.com/ermig1979/Simd/releases/download/v5.1.117/simd.5.1.117.zip">simd.5.1.117.zip</a> </td>
32+
<td align="center">5.4 MB</td> </tr>
3033
<tr> <td align="center"> <a href="2022.html#R116">August 15, 2022</a> </td>
3134
<td align="center"> <a href="https://github.com/ermig1979/Simd/releases/download/v5.0.116/simd.5.0.116.zip">simd.5.0.116.zip</a> </td>
3235
<td align="center">5.4 MB</td> </tr>

prj/txt/UserVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.116
1+
5.1.117

src/Simd/SimdAvx2BayerToBgra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Simd Library (http://ermig1979.github.io/Simd).
33
*
4-
* Copyright (c) 2011-2018 Yermalayeu Ihar.
4+
* Copyright (c) 2011-2022 Yermalayeu Ihar.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/Simd/SimdAvx2GaussianBlur.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Simd Library (http://ermig1979.github.io/Simd).
33
*
4-
* Copyright (c) 2011-2021 Yermalayeu Ihar.
4+
* Copyright (c) 2011-2022 Yermalayeu Ihar.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/Simd/SimdAvx2Histogram.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Simd Library (http://ermig1979.github.io/Simd).
33
*
4-
* Copyright (c) 2011-2017 Yermalayeu Ihar.
4+
* Copyright (c) 2011-2022 Yermalayeu Ihar.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/Simd/SimdAvx2ImageSavePng.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Simd Library (http://ermig1979.github.io/Simd).
33
*
4-
* Copyright (c) 2011-2021 Yermalayeu Ihar.
4+
* Copyright (c) 2011-2022 Yermalayeu Ihar.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/Simd/SimdAvx2Laplace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Simd Library (http://ermig1979.github.io/Simd).
33
*
4-
* Copyright (c) 2011-2021 Yermalayeu Ihar.
4+
* Copyright (c) 2011-2022 Yermalayeu Ihar.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/Simd/SimdAvx2MeanFilter3x3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Simd Library (http://ermig1979.github.io/Simd).
33
*
4-
* Copyright (c) 2011-2021 Yermalayeu Ihar.
4+
* Copyright (c) 2011-2022 Yermalayeu Ihar.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/Simd/SimdAvx2Sobel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Simd Library (http://ermig1979.github.io/Simd).
33
*
4-
* Copyright (c) 2011-2021 Yermalayeu Ihar.
4+
* Copyright (c) 2011-2022 Yermalayeu Ihar.
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)