Commit 80c2bc3f authored by Raphael Defosseux's avatar Raphael Defosseux

fix(arm-build): immintrin.h is not available

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 146edd2f
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
*/ */
#include <stdint.h> #include <stdint.h>
#include <immintrin.h> #include "PHY/sse_intrin.h"
#include "nrLDPCdecoder_defs.h" #include "nrLDPCdecoder_defs.h"
#include "nrLDPC_types.h" #include "nrLDPC_types.h"
#include "nrLDPC_init.h" #include "nrLDPC_init.h"
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <math.h> #include <math.h>
#include <immintrin.h> #include "PHY/sse_intrin.h"
//#define SRS_DEBUG //#define SRS_DEBUG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment