Message ID | GV1SPRMB006330C373200915BC1B1ABB8F532@GV1SPRMB0063.EURP250.PROD.OUTLOOK.COM |
---|---|
State | Accepted |
Commit | b96b3e291ca5e1450e8bb8edc0c6221a9011e911 |
Headers | show |
Series | [FFmpeg-devel] avutil/intreadwrite: Remove obsolete warning | expand |
Context | Check | Description |
---|---|---|
yinshiyou/make_loongarch64 | success | Make finished |
yinshiyou/make_fate_loongarch64 | success | Make fate finished |
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
Andreas Rheinhardt: > Obsolete since 7ec2354c38978b918dc079b611393becb6c80bf7. > > Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> > --- > libavutil/intreadwrite.h | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/libavutil/intreadwrite.h b/libavutil/intreadwrite.h > index 21df7887f3..d0a5773b54 100644 > --- a/libavutil/intreadwrite.h > +++ b/libavutil/intreadwrite.h > @@ -583,9 +583,7 @@ union unaligned_16 { uint16_t l; } __attribute__((packed)) av_alias; > #endif > > /* Parameters for AV_COPY*, AV_SWAP*, AV_ZERO* must be > - * naturally aligned. They may be implemented using MMX, > - * so emms_c() must be called before using any float code > - * afterwards. > + * naturally aligned. > */ > > #define AV_COPY(n, d, s) \ Will apply this patch tomorrow unless there are objections. - Andreas
On Mon, 19 Feb 2024, Andreas Rheinhardt wrote: > Andreas Rheinhardt: >> Obsolete since 7ec2354c38978b918dc079b611393becb6c80bf7. >> >> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> >> --- >> libavutil/intreadwrite.h | 4 +--- >> 1 file changed, 1 insertion(+), 3 deletions(-) >> >> diff --git a/libavutil/intreadwrite.h b/libavutil/intreadwrite.h >> index 21df7887f3..d0a5773b54 100644 >> --- a/libavutil/intreadwrite.h >> +++ b/libavutil/intreadwrite.h >> @@ -583,9 +583,7 @@ union unaligned_16 { uint16_t l; } __attribute__((packed)) av_alias; >> #endif >> >> /* Parameters for AV_COPY*, AV_SWAP*, AV_ZERO* must be >> - * naturally aligned. They may be implemented using MMX, >> - * so emms_c() must be called before using any float code >> - * afterwards. >> + * naturally aligned. >> */ >> >> #define AV_COPY(n, d, s) \ > > Will apply this patch tomorrow unless there are objections. LGTM, thanks! // Martin
diff --git a/libavutil/intreadwrite.h b/libavutil/intreadwrite.h index 21df7887f3..d0a5773b54 100644 --- a/libavutil/intreadwrite.h +++ b/libavutil/intreadwrite.h @@ -583,9 +583,7 @@ union unaligned_16 { uint16_t l; } __attribute__((packed)) av_alias; #endif /* Parameters for AV_COPY*, AV_SWAP*, AV_ZERO* must be - * naturally aligned. They may be implemented using MMX, - * so emms_c() must be called before using any float code - * afterwards. + * naturally aligned. */ #define AV_COPY(n, d, s) \
Obsolete since 7ec2354c38978b918dc079b611393becb6c80bf7. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> --- libavutil/intreadwrite.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)