mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Minor fixes of minor tools
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
f6277da16e
commit
d3d2535f97
12 changed files with 67 additions and 27 deletions
1
performance/.gitignore
vendored
Normal file
1
performance/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*.exe
|
||||
21
performance/dune
Normal file
21
performance/dune
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
(rule
|
||||
(targets Sort.x64.exe)
|
||||
(deps
|
||||
(:lama Sort.lama)
|
||||
../runtime/runtime.a)
|
||||
(mode
|
||||
(promote (until-clean)))
|
||||
(action
|
||||
(setenv
|
||||
LAMA
|
||||
"../runtime"
|
||||
(run
|
||||
%{project_root}/src/Driver.exe
|
||||
-march=x86_64
|
||||
%{lama}
|
||||
-I
|
||||
../stdlib/x64
|
||||
-I
|
||||
../runtime
|
||||
-o
|
||||
%{targets}))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue