@@ -454,3 +454,37 @@ and reference the following license:
454
454
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
455
455
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
456
456
PERFORMANCE OF THIS SOFTWARE.
457
+
458
+ =======================================================================
459
+ x86-simd-sort BSD 3-Clause License
460
+ =======================================================================
461
+
462
+ Code derived from implementations in x86-simd-sort should mention its
463
+ derivation and reference the following license:
464
+
465
+ Copyright (c) 2022, Intel. All rights reserved.
466
+
467
+ Redistribution and use in source and binary forms, with or without
468
+ modification, are permitted provided that the following conditions are met:
469
+
470
+ 1. Redistributions of source code must retain the above copyright notice, this
471
+ list of conditions and the following disclaimer.
472
+
473
+ 2. Redistributions in binary form must reproduce the above copyright notice,
474
+ this list of conditions and the following disclaimer in the documentation
475
+ and/or other materials provided with the distribution.
476
+
477
+ 3. Neither the name of the copyright holder nor the names of its
478
+ contributors may be used to endorse or promote products derived from
479
+ this software without specific prior written permission.
480
+
481
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
482
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
483
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
484
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
485
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
486
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
487
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
488
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
489
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
490
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments