You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
halide_target_feature_no_asserts, ///< Disable all runtime checks, for slightly tighter code.
1361
1361
halide_target_feature_no_bounds_query, ///< Disable the bounds querying functionality.
1362
1362
1363
-
halide_target_feature_sse41, ///< Use SSE 4.1 and earlier instructions. Only relevant on x86.
1364
-
halide_target_feature_avx, ///< Use AVX 1 instructions. Only relevant on x86.
1365
-
halide_target_feature_avx2, ///< Use AVX 2 instructions. Only relevant on x86.
1366
-
halide_target_feature_avxvnni,///< Enable the AVX-VNNI features supported by AVX2 instructions. Supports 256-bit VNNI instructions without EVEX encoding.
1367
-
halide_target_feature_fma, ///< Enable x86 FMA instruction
1368
-
halide_target_feature_fma4, ///< Enable x86 (AMD) FMA4 instruction set
1369
-
halide_target_feature_f16c, ///< Enable x86 16-bit float support
1363
+
halide_target_feature_sse41, ///< Use SSE 4.1 and earlier instructions. Only relevant on x86.
1364
+
halide_target_feature_avx, ///< Use AVX 1 instructions. Only relevant on x86.
1365
+
halide_target_feature_avx2, ///< Use AVX 2 instructions. Only relevant on x86.
1366
+
halide_target_feature_avxvnni,///< Enable the AVX-VNNI features supported by AVX2 instructions. Supports 256-bit VNNI instructions without EVEX encoding.
1367
+
halide_target_feature_fma, ///< Enable x86 FMA instruction
1368
+
halide_target_feature_fma4, ///< Enable x86 (AMD) FMA4 instruction set
1369
+
halide_target_feature_f16c, ///< Enable x86 16-bit float support
1370
1370
1371
1371
halide_target_feature_armv7s, ///< Generate code for ARMv7s. Only relevant for 32-bit ARM.
1372
1372
halide_target_feature_no_neon, ///< Avoid using NEON instructions. Only relevant for 32-bit ARM.
0 commit comments