There are a few places in the code-base where FEATURE_HW_INTRINSICS functionality is dependent on FEATURE_SIMD also being defined.
The hardware intrinsics feature should (ideally) share code with the SIMD feature, where possible, but should not be dependent on it being defined.
category:implementation
theme:vector-codegen
skill-level:intermediate
cost:small
There are a few places in the code-base where
FEATURE_HW_INTRINSICSfunctionality is dependent onFEATURE_SIMDalso being defined.The hardware intrinsics feature should (ideally) share code with the SIMD feature, where possible, but should not be dependent on it being defined.
category:implementation
theme:vector-codegen
skill-level:intermediate
cost:small