Searched refs:WasmSatFloatToInt (Results 1 – 7 of 7) sorted by relevance
134 if (target.has_feature(Target::WasmSatFloatToInt)) { in mattrs()
123 WasmSatFloatToInt = halide_target_feature_wasm_sat_float_to_int, enumerator
358 {"wasm_sat_float_to_int", Target::WasmSatFloatToInt},
1301 if (target.has_feature(Target::WasmSatFloatToInt)) { in calc_features()
143 .value("WasmSatFloatToInt", Target::Feature::WasmSatFloatToInt) in define_enums()
14 Target::WasmSatFloatToInt.
48 use_wasm_sat_float_to_int = target.has_feature(Target::WasmSatFloatToInt); in SimdOpCheck()