factor/library/compiler/amd64/load.factor

8 lines
178 B
Factor
Raw Normal View History

2006-09-06 17:19:41 -04:00
REQUIRES: library/compiler/x86 library/compiler/pentium4 ;
2006-10-21 02:40:38 -04:00
PROVIDE: library/compiler/amd64
{ +files+ {
2006-09-06 17:19:41 -04:00
"architecture.factor"
"alien.factor"
"intrinsics.factor"
2006-10-21 02:40:38 -04:00
} } ;