forked from pleriche/FastMM4
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
U-A\Maxim Masiutin
committed
Aug 25, 2021
1 parent
2f5219e
commit 47c128c
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
Written by Maxim Masiutin <[email protected]> | ||
|
||
Version 1.06 | ||
Version 1.0.6 | ||
|
||
This is a fork of the "Fast Memory Manager" (FastMM) v4.993 by Pierre le Riche | ||
(see below for the original FastMM4 description) | ||
|
@@ -262,7 +262,7 @@ | |
|
||
FastMM4-AVX Version History: | ||
|
||
- 1.06 (24 May 2021) - it can now be compiled with any alignment (8, 16, 32) | ||
- 1.0.6 (25 August 2021) - it can now be compiled with any alignment (8, 16, 32) | ||
regardless of the target (x86, x64) and whether inline assembly is used | ||
or not; the "PurePascal" conditional define to disable inline assembly at | ||
all, however, in this case, efficient locking would not work since it | ||
|
@@ -1686,7 +1686,7 @@ interface | |
{-------------------------Public constants-----------------------------} | ||
const | ||
{The current version of FastMM4-AVX} | ||
FastMM4AvxVersion = '1.06'; | ||
FastMM4AvxVersion = '1.0.6'; | ||
{The current version of FastMM} | ||
FastMMVersion = '4.993'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ FastMM4-AVX (efficient synchronization and AVX1/AVX2/AVX512/ERMS/FSRM support fo | |
|
||
Written by Maxim Masiutin <[email protected]> | ||
|
||
Version 1.06 | ||
Version 1.0.6 | ||
|
||
This is a fork of the "Fast Memory Manager" (FastMM) v4.993 by Pierre le Riche | ||
(see below for the original FastMM4 description) | ||
|
@@ -262,7 +262,7 @@ If not, see <http://www.gnu.org/licenses/>. | |
|
||
FastMM4-AVX Version History: | ||
|
||
- 1.06 (24 May 2021) - it can now be compiled with any alignment (8, 16, 32) | ||
- 1.0.6 (25 August 2021) - it can now be compiled with any alignment (8, 16, 32) | ||
regardless of the target (x86, x64) and whether inline assembly is used | ||
or not; the "PurePascal" conditional define to disable inline assembly at | ||
all, however, in this case, efficient locking would not work since it | ||
|