commit | 3451c75ab79660bb57710c3a27ed940231ded242 | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Wed Sep 11 20:33:55 2024 -0600 |
committer | George Burgess IV <gbiv@google.com> | Wed Sep 11 20:39:20 2024 -0600 |
tree | f36da4fcbd9ca50bf610389f54736725bf75e1fa | |
parent | 8949959a8368b609eb79c4bea1f50b5f15963d94 [diff] [blame] |
libc: simplify ssse3 detection Since ssse3 is required as part of Android's ABI, even for 32-bit x86 (https://developer.android.com/ndk/guides/abis#sa), we can simplify these ifuncs away. Bug: 358360849 Test: mma Change-Id: Ife68c7f492cc1b179aa332c12ab35b2ad6b9795a
diff --git a/libc/arch-x86/string/ssse3-strcmp-atom.S b/libc/arch-x86/string/ssse3-strcmp-atom.S index 08f6d4a..ee253b9 100644 --- a/libc/arch-x86/string/ssse3-strcmp-atom.S +++ b/libc/arch-x86/string/ssse3-strcmp-atom.S
@@ -108,7 +108,7 @@ #endif #ifndef STRCMP -# define STRCMP strcmp_ssse3 +# define STRCMP strcmp #endif .section .text.ssse3,"ax",@progbits