Browse Source

* usage example for linux

git-svn-id: trunk@40949 -
florian 6 years ago
parent
commit
fc7ecf3206
1 changed files with 11 additions and 0 deletions
  1. 11 0
      tests/utils/avx/readme.txt

+ 11 - 0
tests/utils/avx/readme.txt

@@ -29,6 +29,17 @@ for %a in (*.asm) do nasm -fwin64 %a
 cd ..
 cd ..
 avxtestfilecmp -mtmp\*.obj -dtmp -eexe -s
 avxtestfilecmp -mtmp\*.obj -dtmp -eexe -s
 
 
+Linux x86-64:
+mkdir tmp
+fpc avxtestgenerator
+fpc avxtestfilecmp
+./avxtestgenerator -px8664 -ffpc -otmp
+./avxtestgenerator -px8664 -fnasm -otmp
+cd tmp
+echo *.pp | xargs -n 1 fpc -Px86_64 -v0i
+echo *.asm | xargs -n 1 nasm -fwin64
+cd ..
+./avxtestfilecmp -mtmp/*.o -dtmp -s
 
 
 x86_64 testing by using self testing fpc executables: 
 x86_64 testing by using self testing fpc executables: 
 avxtestgenerator -px8664 -ffpcinc -otmp
 avxtestgenerator -px8664 -ffpcinc -otmp