File tree 1 file changed +0
-19
lines changed
1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -88,25 +88,6 @@ Be sure to place any generic implementation alternative in the @c
88
88
\#else or use an @c \#ifndef, so no other code needs to know your
89
89
conditional labels.
90
90
91
- @section portcpu Processor Dependencies
92
-
93
- JACK uses some low-level machine operations for thread-safe updates to
94
- shared memory. A low-level implementation of @c <sysdeps/atomicity.h>
95
- is provided for every target processor architecture. There is also a
96
- generic implementation using POSIX spin locks, but that is not a good
97
- enough solution for serious use.
98
-
99
- The GCC package provides versions that work on most modern hardware.
100
- We've tried to keep things as close to the original as possible, while
101
- removing a bunch of os-specific files that didn't seem relevant. A
102
- primary goal has been to avoid changing the CPU-dependent @c
103
- <sysdeps/atomicity.h> headers.
104
-
105
- The relevant GCC documentation provides some helpful background,
106
- especially the @c atomicity.h discussion at
107
- <http://gcc.gnu.org/onlinedocs/porting/Thread-safety.html>.
108
-
109
-
110
91
@section portissues Issues Not Addressed
111
92
112
93
- Cross-compilation has not been tested, or even thought through in
You can’t perform that action at this time.
0 commit comments