Skip to content
Snippets Groups Projects
Commit 80c2bc3f authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

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

parent 146edd2f
No related branches found
No related tags found
2 merge requests!2403Integration Branch 2023.w42,!2402chore(ci): enabling the ARM cross-compilation pipeline
......@@ -13,7 +13,7 @@
*/
#include <stdint.h>
#include <immintrin.h>
#include "PHY/sse_intrin.h"
#include "nrLDPCdecoder_defs.h"
#include "nrLDPC_types.h"
#include "nrLDPC_init.h"
......
......@@ -35,7 +35,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <immintrin.h>
#include "PHY/sse_intrin.h"
//#define SRS_DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment