projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f38ae3
)
Fixed #979. Patch for NetBSD.
author
Zhang Xianyi
<traits.zhang@gmail.com>
Thu, 13 Oct 2016 02:17:07 +0000
(10:17 +0800)
committer
Zhang Xianyi
<traits.zhang@gmail.com>
Thu, 13 Oct 2016 02:17:07 +0000
(10:17 +0800)
driver/others/memory.c
patch
|
blob
|
history
diff --git
a/driver/others/memory.c
b/driver/others/memory.c
index e89f5c3281fa2fdd9b69adb9cb7d3ec5fe666d1a..572533f254fa75f62e4b5e39583e5850b9c683b8 100644
(file)
--- a/
driver/others/memory.c
+++ b/
driver/others/memory.c
@@
-169,7
+169,7
@@
void goto_set_num_threads(int num_threads) {};
#else
-#if defined(OS_LINUX) || defined(OS_SUNOS)
+#if defined(OS_LINUX) || defined(OS_SUNOS)
|| defined(OS_NETBSD)
#ifndef NO_AFFINITY
int get_num_procs(void);
#else