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

Unified Diff: dl/sp/src/arm/arm64/armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_s.S

Issue 1420973006: arm64: clang assembler compatability (Closed) Base URL: https://chromium.googlesource.com/external/webrtc/deps/third_party/openmax@master
Patch Set: Created 5 years, 2 months 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
Index: dl/sp/src/arm/arm64/armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_s.S
diff --git a/dl/sp/src/arm/arm64/armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_s.S b/dl/sp/src/arm/arm64/armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_s.S
index 02ff1c2a02b630fcfc05ca5086d9b892abf553e7..5175b1ce6e319a421bb6b0ebe827b4475b184b0a 100644
--- a/dl/sp/src/arm/arm64/armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_s.S
+++ b/dl/sp/src/arm/arm64/armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_s.S
@@ -111,11 +111,11 @@
#define dZip v19.2s
#define dZip8b v19.8b
-#define half v13.2s
+#define half v13.s
.macro FFTSTAGE scaled, inverse, name
- fmov half, 0.5
+ fmov v13.2s, 0.5
Raymond Toy (Google) 2015/10/30 22:38:46 This makes it really hard to follow that half belo
Riku Voipio 2015/11/02 12:24:12 Likewise, will keep half as it used be and use hal
asr size, subFFTNum, #1 // preserve the contents of N = subFFTNum
lsl step, subFFTNum, #2 // step = N/2 * 8 bytes

Powered by Google App Engine
This is Rietveld 408576698