From 01c50449c3c7a8ced78f6d0907e0bc56a9ddbf66 Mon Sep 17 00:00:00 2001
From: Chia-Yu Chang <navid.nikaein@eurecom.fr>
Date: Mon, 12 Dec 2016 18:43:37 +0100
Subject: [PATCH] fix the AVX2 compilation directive

---
 openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c b/openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c
index 0ce810a52cf..7f4f4cf5f68 100644
--- a/openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c
+++ b/openair1/PHY/LTE_TRANSPORT/ulsch_decoding.c
@@ -1442,7 +1442,7 @@ unsigned int  ulsch_decoding(PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc,
     }
 
 #if defined(__x86_64__)||defined(__i386__)
-#ifndef __AVX2
+#ifndef __AVX2__
     for (iprime=0; iprime<G;iprime+=8,j2+=8)
       *((__m128i *)&ulsch_harq->e[iprime]) = *((__m128i *)&y[j2]);
 #else
-- 
GitLab