commit | 124a542aa4d78040176f65b28f4958540b5d89aa | [log] [tgz] |
---|---|---|
author | Bruce Beare <brucex.j.beare@intel.com> | Mon Oct 11 12:24:41 2010 -0700 |
committer | Bruce Beare <brucex.j.beare@intel.com> | Mon Oct 11 12:33:58 2010 -0700 |
tree | 217b3b90bee9b07da5fe01fe73b4c52456da4fe8 | |
parent | f67e5211e045af1b12f646448a5a35f96ba5e8f1 [diff] [blame] |
Update ATOM string routines to latest Change-Id: I22a600e7f172681cfd38ff73a64e3fd07b284959 Signed-off-by: Lu, Hongjiu <hongjiu.lu@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
diff --git a/libc/arch-x86/string/memcmp_wrapper.S b/libc/arch-x86/string/memcmp_wrapper.S index 7e28c1e..fa0c672 100644 --- a/libc/arch-x86/string/memcmp_wrapper.S +++ b/libc/arch-x86/string/memcmp_wrapper.S
@@ -31,7 +31,7 @@ #if defined(USE_SSSE3) # define MEMCMP memcmp -# include "ssse3-memcmp3.S" +# include "ssse3-memcmp3-new.S" #else