https://github.com/dzbarsky created 
https://github.com/llvm/llvm-project/pull/174304

`__builtin_ia32_subss` appeared in the list twice; the 2nd one looks bugged

>From 9584baca89c8b81c1216758dbec87b17faca2005 Mon Sep 17 00:00:00 2001
From: David Zbarsky <[email protected]>
Date: Sat, 3 Jan 2026 20:29:59 -0500
Subject: [PATCH] Fix typo in clang/www/builtins.py

---
 clang/www/builtins.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/www/builtins.py b/clang/www/builtins.py
index 849e6bd4a816d..2a4930cba5a81 100755
--- a/clang/www/builtins.py
+++ b/clang/www/builtins.py
@@ -33,7 +33,7 @@
     "__builtin_ia32_divsd": "_mm_div_sd",
     "__builtin_ia32_divpd": "_mm_div_pd",
     "__builtin_ia32_divps": "_mm_div_ps",
-    "__builtin_ia32_subss": "_mm_div_ss",
+    "__builtin_ia32_divss": "_mm_div_ss",
     "__builtin_ia32_andpd": "_mm_and_pd",
     "__builtin_ia32_andps": "_mm_and_ps",
     "__builtin_ia32_pand128": "_mm_and_si128",

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to