Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
advanced_computer_architecture
exercises
Commits
8701693c
Commit
8701693c
authored
Apr 28, 2016
by
ich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
blatt2 daxpy path and makefile
parent
ae7252f4
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
aufgaben/blatt02/daxpy/Makefile
aufgaben/blatt02/daxpy/Makefile
+9
-0
aufgaben/blatt02/daxpy/daxpy
aufgaben/blatt02/daxpy/daxpy
+0
-0
aufgaben/blatt02/daxpy/daxpy.c
aufgaben/blatt02/daxpy/daxpy.c
+0
-0
aufgaben/blatt02/daxpy/daxpy_float.c
aufgaben/blatt02/daxpy/daxpy_float.c
+0
-0
aufgaben/blatt02/exec/Makefile
aufgaben/blatt02/exec/Makefile
+0
-9
No files found.
aufgaben/blatt02/daxpy/Makefile
0 → 100755
View file @
8701693c
all
:
arm-linux-gnueabihf-gcc
-static
-O1
daxpy.c
-o
daxpy
o3
:
arm-linux-gnueabihf-gcc
-static
-O3
daxpy.c
-o
daxpy
clean
:
rm
daxpy daxpy.s
aufgaben/blatt02/
exec
/daxpy
→
aufgaben/blatt02/
daxpy
/daxpy
View file @
8701693c
File moved
aufgaben/blatt02/
exec
/daxpy.c
→
aufgaben/blatt02/
daxpy
/daxpy.c
View file @
8701693c
File moved
aufgaben/blatt02/
exec
/daxpy_float.c
→
aufgaben/blatt02/
daxpy
/daxpy_float.c
View file @
8701693c
File moved
aufgaben/blatt02/exec/Makefile
deleted
100755 → 0
View file @
ae7252f4
all
:
arm-linux-gnueabihf-gcc
-static
-O3
daxpy.c
-o
daxpy
o1
:
arm-linux-gnueabihf-gcc
-static
-O1
daxpy.c
-o
daxpy
clean
:
rm
daxpy daxpy.s
Write
Preview
Markdown
is supported
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