Skip to content

Commit 35cddd1

Browse files
authored
Add files via upload
1 parent dfaf792 commit 35cddd1

5 files changed

+6
-6
lines changed

24-bit integers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* *
55
* Desc: Both signed & unsigned data types. *
66
* *
7-
* Copyright (c) David William Bull *
7+
* MIT license Copyright (c) David William Bull *
88
****************************************************************/
99
#pragma once
1010

Fixed-point data types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**********************************************************************
22
* File: Fixed-point data types.h Created: 2024/05/11 *
3-
* Last modified: 2024/05/22 *
3+
* Last modified: 2024/05/23 *
44
* *
55
* Desc: Provides sizes of 8, 16, 24, and 32 bits. All sizes have *
66
* support for fixed, normalised, and custom value ranges. *
@@ -15,7 +15,7 @@
1515
* global space of one of your project's .c/.cpp source files. *
1616
* SSE3 support required. AVX2 and AVX512 support optional. *
1717
* *
18-
* Copyright (c) David William Bull *
18+
* MIT license. Copyright (c) David William Bull. *
1919
**********************************************************************/
2020
#pragma once
2121

Fixed-point math.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* *
55
* Desc: *
66
* *
7-
* Copyright (c) David William Bull *
7+
* MIT license. Copyright (c) David William Bull *
88
************************************************************/
99
#pragma once
1010

typedefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* 2024/05/13: Moved ui24 data type to separate file *
1313
* 2024/05/18: Added AVX512 vector types *
1414
* *
15-
* Copyright (c) David William Bull *
15+
* MIT license Copyright (c) David William Bull *
1616
****************************************************************/
1717
#pragma once
1818

vector structures.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* 2024/04/04: Added support for 24-bit integers. *
77
* 2024/05/18: Added AVX512 support. *
88
* *
9-
* Copyright (c) David William Bull *
9+
* MIT license. Copyright (c) David William Bull *
1010
************************************************************/
1111
#pragma once
1212

0 commit comments

Comments
 (0)