Skip to content

Commit

Permalink
Clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
maximmasiutin committed Jul 10, 2024
1 parent ea89097 commit e02de2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FastMM4.pas
Original file line number Diff line number Diff line change
Expand Up @@ -6909,7 +6909,8 @@ procedure MoveX32LpAvx512WithErms(const ASource; var ADest; ACount: NativeInt);
{$ENDIF}

{ FastMM4_AVX512.obj file is needed to enable AVX-512 code for FastMM4-AVX.
Use "nasm.exe -Ox -f win64 FastMM4_AVX512.asm" to compile this .obj file.
Use "nasm.exe -Ox -f win64 FastMM4_AVX512.asm" to compile this .obj file,
or run the Compile_FastMM4_AVX512.cmd file.

Define DisableAVX512 if you don't want to compile this .obj file.}

Expand Down

0 comments on commit e02de2e

Please sign in to comment.