Skip to content

Commit

Permalink
header updates for binary integer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenwater committed Oct 8, 2024
1 parent ea26a9a commit d151c15
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 11 deletions.
3 changes: 2 additions & 1 deletion static/integer/binary/api/api.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// api.cpp: test suite runner for class interface tests of the integer<> type
//
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
5 changes: 3 additions & 2 deletions static/integer/binary/api/exceptions.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// exceptions.cpp : test suite for arithmetic exceptions of integer<> numbers
// exceptions.cpp : test suite for arithmetic exceptions of integer<> numbers
//
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
2 changes: 1 addition & 1 deletion static/integer/binary/api/misc.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// misc.cpp : miscellaneous tests for abitrary fixed-size integers
// misc.cpp : miscellaneous tests for abitrary fixed-size integers
//
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion static/integer/binary/arithmetic/addition.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// addition.cpp : test runner for addition operator on fixed-size abitrary precision integers
// addition.cpp : test runner for addition operator on fixed-size abitrary precision integers
//
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion static/integer/binary/arithmetic/division.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// divide.cpp : test suite runner for division operator on fixed-size abitrary precision integers
// divide.cpp : test suite runner for division operator on fixed-size abitrary precision integers
//
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion static/integer/binary/arithmetic/multiplication.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// multiplication.cpp : test suite runner for multiplication operator on fixed-size abitrary precision integers
// multiplication.cpp : test suite runner for multiplication operator on fixed-size abitrary precision integers
//
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion static/integer/binary/arithmetic/remainder.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// remainder.cpp : test suite runner for remainder operator on fixed-sized, arbitrary precision integers
// remainder.cpp : test suite runner for remainder operator on fixed-sized, arbitrary precision integers
//
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion static/integer/binary/arithmetic/subtraction.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// subtraction.cpp : test suite runner for subtraction operator on fixed-sized, arbitrary precision integers
// subtraction.cpp : test suite runner for subtraction operator on fixed-sized, arbitrary precision integers
//
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
Expand Down
3 changes: 2 additions & 1 deletion static/integer/binary/math/gcd_lcm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//
// Binomial coefficients are useful to generate the inverse of a Hilbert matrix
//
// Copyright (C) 2017-2022 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal number project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down
3 changes: 2 additions & 1 deletion static/integer/binary/performance/perf.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// perf.cpp : baseline performance benchmarking for integer<>
//
// Copyright (C) 2017-2023 Stillwater Supercomputing, Inc.
// Copyright (C) 2017 Stillwater Supercomputing, Inc.
// SPDX-License-Identifier: MIT
//
// This file is part of the universal numbers project, which is released under an MIT Open Source license.
#include <universal/utility/directives.hpp>
Expand Down

0 comments on commit d151c15

Please sign in to comment.