Remove stray dos newlines in files that otherwise have unix newlines
This commit is contained in:
parent
81df4c6972
commit
db750af868
@ -114,8 +114,8 @@ WELS_EXTERN IdctResAddPred_mmx
|
||||
emms
|
||||
ret
|
||||
|
||||
;void WelsBlockZero16x16_sse2(int16_t * block, int32_t stride);
|
||||
WELS_EXTERN WelsBlockZero16x16_sse2
|
||||
;void WelsBlockZero16x16_sse2(int16_t * block, int32_t stride);
|
||||
WELS_EXTERN WelsBlockZero16x16_sse2
|
||||
%assign push_num 0
|
||||
LOAD_2_PARA
|
||||
SIGN_EXTENSION r1, r1d
|
||||
@ -127,9 +127,9 @@ WELS_EXTERN WelsBlockZero16x16_sse2
|
||||
add r0, r1
|
||||
%endrep
|
||||
ret
|
||||
|
||||
;void WelsBlockZero8x8_sse2(int16_t * block, int32_t stride);
|
||||
WELS_EXTERN WelsBlockZero8x8_sse2
|
||||
|
||||
;void WelsBlockZero8x8_sse2(int16_t * block, int32_t stride);
|
||||
WELS_EXTERN WelsBlockZero8x8_sse2
|
||||
%assign push_num 0
|
||||
LOAD_2_PARA
|
||||
SIGN_EXTENSION r1, r1d
|
||||
|
Loading…
x
Reference in New Issue
Block a user