libstdc++: Fix copyright dates for simd headers and tests

libstdc++-v3/ChangeLog:

	* include/experimental/bits/numeric_traits.h: Update copyright
	dates.
	* include/experimental/bits/simd.h: Likewise.
	* include/experimental/bits/simd_builtin.h: Likewise.
	* include/experimental/bits/simd_converter.h: Likewise.
	* include/experimental/bits/simd_detail.h: Likewise.
	* include/experimental/bits/simd_fixed_size.h: Likewise.
	* include/experimental/bits/simd_math.h: Likewise.
	* include/experimental/bits/simd_neon.h: Likewise.
	* include/experimental/bits/simd_ppc.h: Likewise.
	* include/experimental/bits/simd_scalar.h: Likewise.
	* include/experimental/bits/simd_x86.h: Likewise.
	* include/experimental/bits/simd_x86_conversions.h: Likewise.
	* include/experimental/simd: Likewise.
	* testsuite/experimental/simd/*: Likewise.
This commit is contained in:
Jonathan Wakely 2021-01-28 18:13:03 +00:00
parent 31a0ab9213
commit a054608c9c
54 changed files with 54 additions and 54 deletions

View File

@ -1,6 +1,6 @@
// Definition of numeric_limits replacement traits P1841R1 -*- C++ -*-
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,6 +1,6 @@
// Definition of the public simd interfaces -*- C++ -*-
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,6 +1,6 @@
// Simd Abi specific implementations -*- C++ -*-
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,6 +1,6 @@
// Generic simd conversions -*- C++ -*-
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,6 +1,6 @@
// Internal macros for the simd implementation -*- C++ -*-
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,6 +1,6 @@
// Simd fixed_size ABI specific implementations -*- C++ -*-
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,6 +1,6 @@
// Math overloads for simd -*- C++ -*-
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,6 +1,6 @@
// Simd NEON specific implementations -*- C++ -*-
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,6 +1,6 @@
// Simd PowerPC specific implementations -*- C++ -*-
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,6 +1,6 @@
// Simd scalar ABI specific implementations -*- C++ -*-
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,6 +1,6 @@
// Simd x86 specific implementations -*- C++ -*-
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,6 +1,6 @@
// x86 specific conversion optimizations -*- C++ -*-
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,6 +1,6 @@
// Components for element-wise operations on data-parallel objects -*- C++ -*-
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,7 +1,7 @@
// { dg-options "-std=c++17 -fno-fast-math" }
// { dg-do compile { target c++17 } }
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,5 +1,5 @@
// test only floattypes
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,5 +1,5 @@
// test only floattypes
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,5 +1,5 @@
// test only floattypes
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,5 +1,5 @@
// test only floattypes
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,5 +1,5 @@
// test only floattypes
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,5 +1,5 @@
// test only floattypes
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,5 +1,5 @@
// test only floattypes
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,5 +1,5 @@
// test only floattypes
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,5 +1,5 @@
// test only floattypes
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,5 +1,5 @@
// test only floattypes
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,5 +1,5 @@
// test only floattypes
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the

View File

@ -1,4 +1,4 @@
// Copyright (C) 2020 Free Software Foundation, Inc.
// Copyright (C) 2020-2021 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the