8 lines
167 B
Factor
8 lines
167 B
Factor
|
REQUIRES: library/compiler/x86 library/compiler/pentium4 ;
|
||
|
|
||
|
PROVIDE: library/compiler/amd64 {
|
||
|
"architecture.factor"
|
||
|
"alien.factor"
|
||
|
"intrinsics.factor"
|
||
|
} ;
|