From 6c1acbbffb23a71ff743cb7ffbf6d4b824ed951c Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Tue, 4 Nov 2025 06:19:51 +0100 Subject: [PATCH] avcodec/x86/fdct: Remove obsolete comment Reviewed-by: Lynne Signed-off-by: Andreas Rheinhardt --- libavcodec/x86/fdct.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavcodec/x86/fdct.c b/libavcodec/x86/fdct.c index f4677ff4be..065af56a4a 100644 --- a/libavcodec/x86/fdct.c +++ b/libavcodec/x86/fdct.c @@ -44,10 +44,6 @@ // constants for the forward DCT // ----------------------------- // -// Be sure to check that your compiler is aligning all constants to QWORD -// (8-byte) memory boundaries! Otherwise the unaligned memory access will -// severely stall MMX execution. -// ////////////////////////////////////////////////////////////////////// #define BITS_FRW_ACC 3 //; 2 or 3 for accuracy