repo.or.cz
/
sb-simd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
..
[sb-simd.git]
/
load.lisp
blob
56dd962c95077fddb9a89521646d9a015537cc57
1
(
if
nil
2
(
progn
3
(
load
(
compile-file
"sse-vops.lisp"
))
4
(
load
(
compile-file
"example-test.lisp"
))
5
))
6
7
(
if
t
8
(
progn
9
(
load
(
compile-file
"sse-matrix.lisp"
))
10
(
load
(
compile-file
"timing.lisp"
))
11
(
load
(
compile-file
"test-matrix.lisp"
))
12
))
13
14