mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 21:02:09 +02:00
* usage example for linux
git-svn-id: trunk@40949 -
This commit is contained in:
parent
181766766b
commit
fc7ecf3206
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user