|
From: <sv...@va...> - 2005-07-23 13:28:09
|
Author: sewardj Date: 2005-07-23 14:28:05 +0100 (Sat, 23 Jul 2005) New Revision: 1293 Log: Enable RCR tests. Modified: trunk/test/test-amd64.c Modified: trunk/test/test-amd64.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/test/test-amd64.c 2005-07-23 13:19:32 UTC (rev 1292) +++ trunk/test/test-amd64.c 2005-07-23 13:28:05 UTC (rev 1293) @@ -1,3 +1,13 @@ + +/* To build:=20 + + gcc -O -g -o test-amd64 test-amd64.c -lm + + */ + +/* Contrary to what the next comment says, this is now an amd64 CPU + test. */ + /* * x86 CPU test *=20 @@ -120,11 +130,9 @@ #define OP ror #include "test-amd64-shift.h" =20 -#if 0 #define OP rcr #define OP_CC #include "test-amd64-shift.h" -#endif =20 #if 0 #define OP rcl |