Chromium Code Reviews| 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 |