Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2023-11-19 07:34:16 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-11-19 07:34:16 +0300
commitdbfc89d30fc17af20f5fcc4fd7d069ced24a6853 (patch)
treedd8152dae6d5e4d16af0134e38b5d27308e0ce76
parente89119d0c76073d55a78628e73e604937c05497c (diff)
Oops, fix commentexp_avx2_nsq2
-rw-r--r--silk/x86/NSQ_del_dec_avx2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/silk/x86/NSQ_del_dec_avx2.c b/silk/x86/NSQ_del_dec_avx2.c
index 4cf6ccce..b8beff97 100644
--- a/silk/x86/NSQ_del_dec_avx2.c
+++ b/silk/x86/NSQ_del_dec_avx2.c
@@ -89,8 +89,6 @@ static inline int __builtin_ctz(unsigned int x)
/*
* GCC implemented _mm_loadu_si32() since GCC 11; HOWEVER, there is a bug!
* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99754
- * Using workaround suggested in
- * https://stackoverflow.com/questions/72837929/mm-loadu-si32-not-recognized-by-gcc-on-ubuntu
*/
#if !OPUS_GNUC_PREREQ(11,3) && !(defined(__clang__) && (__clang_major__ >= 8))
#define _mm_loadu_si32 WORKAROUND_mm_loadu_si32