Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
uva
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
uva
Commits
fc8dde85
Commit
fc8dde85
authored
Feb 10, 2011
by
Sander Mathijs van Veen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved source files to src/.
parent
1a2a1f54
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
25 additions
and
23 deletions
+25
-23
simmod/ass1/src/Makefile
simmod/ass1/src/Makefile
+25
-23
simmod/ass1/src/benchmark.bash
simmod/ass1/src/benchmark.bash
+0
-0
simmod/ass1/src/colors.tex
simmod/ass1/src/colors.tex
+0
-0
simmod/ass1/src/extra_precision.c
simmod/ass1/src/extra_precision.c
+0
-0
simmod/ass1/src/floating_point.c
simmod/ass1/src/floating_point.c
+0
-0
simmod/ass1/src/kahan_sum.c
simmod/ass1/src/kahan_sum.c
+0
-0
simmod/ass1/src/report.tex
simmod/ass1/src/report.tex
+0
-0
simmod/ass1/src/speed.c
simmod/ass1/src/speed.c
+0
-0
simmod/ass1/src/sum.c
simmod/ass1/src/sum.c
+0
-0
No files found.
simmod/ass1/Makefile
→
simmod/ass1/
src/
Makefile
View file @
fc8dde85
...
@@ -4,29 +4,31 @@ SPEED_TYPES=float double LD
...
@@ -4,29 +4,31 @@ SPEED_TYPES=float double LD
SUM_TYPES
=
float double
SUM_TYPES
=
float double
OPS
=
ADD DIV MULT SQRT
OPS
=
ADD DIV MULT SQRT
all
:
fp speed highlight report.pdf sum kahan pr
all
:
fp speed sum kahan pr
highlight
:
floating_point.tex extra_precision.tex
\
#all: fp speed highlight report.pdf sum kahan pr
speed.tex sum.tex kahan_sum.tex Makefile.tex
#
#highlight: floating_point.tex extra_precision.tex \
s%.tex
:
s%.c
# speed.tex sum.tex kahan_sum.tex Makefile.tex
pygmentize
-O
style
=
colorful
-o
$@
$^
#
#s%.tex: s%.c
kahan_sum.tex
:
kahan_sum.c
# pygmentize -O style=colorful -o $@ $^
pygmentize
-O
style
=
colorful
-o
$@
$^
#
#kahan_sum.tex: kahan_sum.c
Makefile.tex
:
Makefile
# pygmentize -O style=colorful -o $@ $^
pygmentize
-O
style
=
colorful
-o
$@
$^
#
#Makefile.tex: Makefile
extra_precision.tex
:
extra_precision.c
# pygmentize -O style=colorful -o $@ $^
pygmentize
-O
style
=
colorful
-o
$@
$^
#
#extra_precision.tex: extra_precision.c
floating_point.tex
:
floating_point.c
# pygmentize -O style=colorful -o $@ $^
pygmentize
-O
style
=
colorful
-o
$@
$^
#
#floating_point.tex: floating_point.c
%.pdf
:
%.tex
# pygmentize -O style=colorful -o $@ $^
pdflatex
$^
#
pdflatex
$^
#%.pdf: %.tex
# pdflatex $^
# pdflatex $^
speed
:
speed.c
speed
:
speed.c
for
t
in
$(SPEED_TYPES)
;
do
\
for
t
in
$(SPEED_TYPES)
;
do
\
...
...
simmod/ass1/benchmark.bash
→
simmod/ass1/
src/
benchmark.bash
View file @
fc8dde85
File moved
simmod/ass1/colors.tex
→
simmod/ass1/
src/
colors.tex
View file @
fc8dde85
File moved
simmod/ass1/extra_precision.c
→
simmod/ass1/
src/
extra_precision.c
View file @
fc8dde85
File moved
simmod/ass1/floating_point.c
→
simmod/ass1/
src/
floating_point.c
View file @
fc8dde85
File moved
simmod/ass1/kahan_sum.c
→
simmod/ass1/
src/
kahan_sum.c
View file @
fc8dde85
File moved
simmod/ass1/report.tex
→
simmod/ass1/
src/
report.tex
View file @
fc8dde85
File moved
simmod/ass1/speed.c
→
simmod/ass1/s
rc/s
peed.c
View file @
fc8dde85
File moved
simmod/ass1/sum.c
→
simmod/ass1/s
rc/s
um.c
View file @
fc8dde85
File moved
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