================
@@ -80,6 +80,11 @@ constexpr bool match_v2du(__m128i _v, unsigned long long a,
unsigned long long b
return v[0] == a && v[1] == b;
}
+constexpr bool match_v2df(__m128d _v, double a, double b){
----------------
RKSimon wrote:Why not use match_m128d? https://github.com/llvm/llvm-project/pull/162816 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
