Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Mareš
aim
Commits
862f889a
Commit
862f889a
authored
Apr 17, 2019
by
Filip Štědronský
Browse files
Nový způsob odevzdávání
parent
7eb42058
Changes
1
Hide whitespace changes
Inline
Side-by-side
aim-kit/README
View file @
862f889a
...
...
@@ -6,7 +6,9 @@ The test images are not part of the repository, download them separately at
The most interesting file is exercise.c, which is to provide the exercise()
routine that performs the appropriate image transformation. When submitting
your solution, send ONLY THE FILE exercise.c to <aim@ucw.cz>.
your solution, submit ONLY THE FILE exercise.c (with exercise() function,
without any main()) using aim-submit. To test, run aim-test TASK exercise.c
inside aim-kit directory with your exercise.c.
Run `make` to build the binary executable: this will create two files:
...
...
@@ -25,4 +27,4 @@ To get annotated assembly source, run `make exercise.s`.
In order to benchmark your code the same way we will, run `make benchmark`.
This will internally run your subroutine multiple times in row on the same
image, however you must not take advantage of this in your code.
image, however you must not take advantage of this in your code.
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment