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
Oliver Behnke
libclfft
Commits
9bb73e1c
Commit
9bb73e1c
authored
Oct 17, 2011
by
Oliver Bock
Browse files
Fixed arch handling
parent
95fdd54e
Changes
1
Hide whitespace changes
Inline
Side-by-side
example/Makefile
View file @
9bb73e1c
...
...
@@ -9,6 +9,9 @@ LDFLAGS += $(PWD)/../lib/libclfft.a
OS
=
$(
shell
uname
-s
)
ARCH
=
$(
shell
uname
-m
)
ifneq
($(ARCH), x86_64)
ARCH
=
x86
endif
ifeq
($(OS), Darwin)
LDFLAGS
+=
-framework
OpenCL
LDFLAGS
+=
-framework
Accelerate
...
...
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