This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
thread_local appears to be unavailable on ARMV7 iOS
pull/2537/head
Martin Kroeker
GitHub
6 years ago
parent
2d7209fdb5
commit
abfc80a5e2
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
driver/level2/gemv_thread.c
+ 2
- 2
driver/level2/gemv_thread.c
View File
@@ -72,9 +72,9 @@
defined __BORLANDC__ )
# define thread_local __declspec(thread)
/* note that ICC (linux) and Clang are covered by __GNUC__ */
# elif defined __GNUC__ || \
# elif
(
defined __GNUC__ || \
defined __SUNPRO_C || \
defined __xlC__
defined __xlC__
) && !defined(__APPLE__)
# define thread_local __thread
# else
# define UNSAFE
Write
Preview
Loading…
Cancel
Save