Skip to content

Commit

Permalink
*RELEASE 6.1.141.
Browse files Browse the repository at this point in the history
  • Loading branch information
ermig1979 committed Sep 2, 2024
1 parent 481d294 commit 30bcb02
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>Simd Library Release Notes (2024).</h1>

<a href="#HOME">Home</a>
<hr/>
<h3 id="R141">September X, 2024 (version X.X.141)</h3>
<h3 id="R141">September 2, 2024 (version 6.1.141)</h3>
<h4>Algorithms</h4>
<h5>New features</h5>
<ul>
Expand Down
3 changes: 3 additions & 0 deletions docs/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ <h1>Simd Library Download.</h1>
<h3>2024</h3>
<table width=1012 border="1" style='border-collapse:collapse'>
<tr align="center" style="background-color:#e0e0e0; font-weight:bold"> <td>Release Notes</td> <td>Download Link</td> <td>Size</td> </tr>
<tr> <td align="center"> <a href="2024.html#R141">September 2, 2024</a> </td>
<td align="center"> <a href="https://github.com/ermig1979/Simd/archive/refs/tags/v6.1.141.zip">Simd-6.1.141.zip</a> </td>
<td align="center">5.9 MB</td> </tr>
<tr> <td align="center"> <a href="2024.html#R140">August 19, 2024</a> </td>
<td align="center"> <a href="https://github.com/ermig1979/Simd/archive/refs/tags/v6.1.140.zip">Simd-6.1.140.zip</a> </td>
<td align="center">5.9 MB</td> </tr>
Expand Down
2 changes: 1 addition & 1 deletion prj/txt/UserVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.140
6.1.141
2 changes: 1 addition & 1 deletion src/Simd/SimdAvx2BFloat16.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Simd Library (http://ermig1979.github.io/Simd).
*
* Copyright (c) 2011-2022 Yermalayeu Ihar.
* Copyright (c) 2011-2024 Yermalayeu Ihar.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Simd/SimdAvx512bwBFloat16.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Simd Library (http://ermig1979.github.io/Simd).
*
* Copyright (c) 2011-2022 Yermalayeu Ihar.
* Copyright (c) 2011-2024 Yermalayeu Ihar.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Simd/SimdBaseBFloat16.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Simd Library (http://ermig1979.github.io/Simd).
*
* Copyright (c) 2011-2022 Yermalayeu Ihar.
* Copyright (c) 2011-2024 Yermalayeu Ihar.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Simd/SimdBaseSynetActivation.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Simd Library (http://ermig1979.github.io/Simd).
*
* Copyright (c) 2011-2023 Yermalayeu Ihar.
* Copyright (c) 2011-2024 Yermalayeu Ihar.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Simd/SimdSse41BFloat16.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Simd Library (http://ermig1979.github.io/Simd).
*
* Copyright (c) 2011-2023 Yermalayeu Ihar.
* Copyright (c) 2011-2024 Yermalayeu Ihar.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Simd/SimdSse41SynetActivation.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Simd Library (http://ermig1979.github.io/Simd).
*
* Copyright (c) 2011-2023 Yermalayeu Ihar.
* Copyright (c) 2011-2024 Yermalayeu Ihar.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Test/TestString.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tests for Simd Library (http://ermig1979.github.io/Simd).
*
* Copyright (c) 2011-2022 Yermalayeu Ihar.
* Copyright (c) 2011-2024 Yermalayeu Ihar.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 30bcb02

Please sign in to comment.