Lines Matching full:code
8 code
9 * Isolate your NEON code in a separate compilation unit, and compile it with
12 NEON code
13 * Don't sleep in your NEON code, and be aware that it will be executed with
20 code that runs in kernel mode. However, for performance reasons, the NEON/VFP
23 required. Furthermore, special care is required for code that may sleep [i.e.,
56 * NEON/VFP code is not allowed in interrupt context;
57 * NEON/VFP code is not allowed to sleep;
58 * NEON/VFP code is executed with preemption disabled.
61 kernel_neon_end() and kernel_neon_begin() in places in your code where none of
66 VFP and support code
79 Separating NEON code from ordinary code
91 * isolate the NEON code in a separate compilation unit and compile it with
94 into the unit containing the NEON code from a compilation unit which is *not*
108 NEON code generated by GCC
111 parallelism, and generates NEON code from ordinary C source code. This is fully
117 NEON intrinsics are also supported. However, as code using NEON intrinsics