# HG changeset patch
# User Praveen Tiwari <prav...@multicorewareinc.com>
# Date 1510654295 28800
#      Tue Nov 14 02:11:35 2017 -0800
# Node ID e1dedfae074d765c26efca976538cd06e1ef7cab
# Parent  b60cd251df9429611a8651748d7e266075a33016
x86: AVX512 idct8 fix kernel declaration style

diff -r b60cd251df94 -r e1dedfae074d source/common/x86/dct8.h
--- a/source/common/x86/dct8.h  Wed Nov 15 11:48:56 2017 +0530
+++ b/source/common/x86/dct8.h  Tue Nov 14 02:11:35 2017 -0800
@@ -44,6 +44,6 @@
 void PFX(denoise_dct_avx2)(int16_t* dct, uint32_t* sum, const uint16_t* 
offset, int size);
 
 void PFX(dct8_avx512)(const int16_t* src, int16_t* dst, intptr_t srcStride);
-void PFX(idct8_avx512(const int16_t* src, int16_t* dst, intptr_t dstStride));
+void PFX(idct8_avx512)(const int16_t* src, int16_t* dst, intptr_t dstStride);
 
 #endif // ifndef X265_DCT8_H
_______________________________________________
x265-devel mailing list
x265-devel@videolan.org
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to