Commit 0431a0a
committed
Improve how to handle yield() in ARM.
The yield instruction was introduced in ARM processors more recent than armel.
So building in armel ends up in "Error: selected processor does not support
`yield' in ARM mode". Also, the __yield() intrinsic instruction is not
understood for armel by g++. So let's do nothing for armel.1 parent 6fdf797 commit 0431a0a
File tree
2 files changed
+8
-4
lines changed- api
- include/opentelemetry/common
- test/common
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
| |||
0 commit comments