已合并
【C API】修复预期外的编译告警 #639
guojianyang创建于 3月2日
【C API】修复预期外的编译告警 #639
已合并
共 2 个文件变更+21-1
| @@ -8,6 +8,11 @@ | |||
| 8 | * See LICENSE in the root of the software repository for the full text of the License. | 8 | * See LICENSE in the root of the software repository for the full text of the License. |
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | + | ||
| 12 | + | ||
| 13 | + | ||
| 14 | + | ||
| 15 | + | ||
| 11 | 16 | ||
| 12 | 17 | ||
| 13 | 18 | ||
| @@ -993,3 +998,8 @@ __simd_callee__ inline void asc_half2float(vector_float& dst, vector_half src, v | |||
| 993 | __simd_callee__ inline void asc_half2float_v2(vector_float& dst, vector_half src, vector_bool mask); | 998 | __simd_callee__ inline void asc_half2float_v2(vector_float& dst, vector_half src, vector_bool mask); |
| 994 | 999 | ||
| 995 | 1000 | ||
| 1001 | + | ||
| 1002 | + | ||
| 1003 | + | ||
| 1004 | + | ||
| 1005 | + | ||
| @@ -8,6 +8,11 @@ | |||
| 8 | * See LICENSE in the root of the software repository for the full text of the License. | 8 | * See LICENSE in the root of the software repository for the full text of the License. |
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | + | ||
| 12 | + | ||
| 13 | + | ||
| 14 | + | ||
| 15 | + | ||
| 11 | 16 | ||
| 12 | 17 | ||
| 13 | 18 | ||
| @@ -1196,4 +1201,9 @@ __simd_callee__ inline void asc_prelu(vector_half& dst, vector_half src0, vector | |||
| 1196 | 1201 | ||
| 1197 | //===================asc_clear_ar_spr===================== | 1202 | //===================asc_clear_ar_spr===================== |
| 1198 | __simd_callee__ inline void asc_clear_ar_spr(); | 1203 | __simd_callee__ inline void asc_clear_ar_spr(); |
| 1199 | -#endif | 1204 | +#endif |
| 1205 | + | ||
| 1206 | + | ||
| 1207 | + | ||
| 1208 | + | ||
| 1209 | + | ||