Lines Matching +full:non +full:- +full:armv7
6 -------------
10 '-march=armv7-a -mfpu=neon -mfloat-abi=softfp'
18 ------------
25 non-preemptible section for reasons outlined below.
29 -------------------------
50 ----------------------------
67 --------------------
69 like IEEE-754 compliant underflow handling etc. When the VFP unit needs such
80 ---------------------------------------
84 instructions of its own at -O3 level if -mfpu=neon is selected, and even if the
85 kernel is currently compiled at -O2, future changes may result in NEON/VFP
92 '-march=armv7-a -mfpu=neon -mfloat-abi=softfp';
95 built with the GCC flag '-mfpu=neon' set.
97 As the kernel is compiled with '-msoft-float', the above will guarantee that
103 --------------
109 --------------------------
110 The GCC option -ftree-vectorize (implied by -O3) tries to exploit implicit
116 ---------------
121 * Compile the unit containing the NEON intrinsics with '-ffreestanding' so GCC