| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* -*- linux-c -*- -------------------------------------------------------- |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (C) 2016 Intel Corporation |
|---|
| .. | .. |
|---|
| 7 | 8 | * |
|---|
| 8 | 9 | * Based on avx2.c: Copyright 2012 Yuanhan Liu All Rights Reserved |
|---|
| 9 | 10 | * Based on sse2.c: Copyright 2002 H. Peter Anvin - All Rights Reserved |
|---|
| 10 | | - * |
|---|
| 11 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 12 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 13 | | - * the Free Software Foundation, Inc., 53 Temple Place Ste 330, |
|---|
| 14 | | - * Boston MA 02111-1307, USA; either version 2 of the License, or |
|---|
| 15 | | - * (at your option) any later version; incorporated herein by reference. |
|---|
| 16 | 11 | * |
|---|
| 17 | 12 | * ----------------------------------------------------------------------- |
|---|
| 18 | 13 | */ |
|---|