Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(575)

Unified Diff: newlib/libc/machine/arm/strcmp.S

Issue 790643008: Condition itet ARM instruction in strcpy.c on thumb2 mode (Closed) Base URL: https://chromium.googlesource.com/native_client/nacl-newlib.git@master
Patch Set: review, add ARM_ARCH_PROFILE Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | newlib/libc/machine/arm/strcpy.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: newlib/libc/machine/arm/strcmp.S
diff --git a/newlib/libc/machine/arm/strcmp.S b/newlib/libc/machine/arm/strcmp.S
index e31fb05b52b5a638ad6e135dda334d6cdfa3b703..8cfd15462a10fb2ce959e233f726cd665991e856 100644
--- a/newlib/libc/machine/arm/strcmp.S
+++ b/newlib/libc/machine/arm/strcmp.S
@@ -72,7 +72,7 @@
#elif __ARM_ARCH >= 7
-# ifdef __ARM_FEATURE_SIMD32
+# if __ARM_ARCH_PROFILE != 'M'
# include "strcmp-armv7.S"
# else
# include "strcmp-armv7m.S"
« no previous file with comments | « no previous file | newlib/libc/machine/arm/strcpy.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698