Commit aca2f0ae authored by Michael R. Crusoe's avatar Michael R. Crusoe

neon/shl,rshl: fix avx include to unbreak amalgamated hearders

parent f60a9d8d
......@@ -27,7 +27,7 @@
#if !defined(SIMDE_ARM_NEON_RSHL_H)
#define SIMDE_ARM_NEON_RSHL_H
#include <simde/x86/avx.h>
#include "../../x86/avx.h"
#include "types.h"
/* Notes from the implementer (Christopher Moore aka rosbif)
......
......@@ -29,7 +29,7 @@
#define SIMDE_ARM_NEON_SHL_H
#include "types.h"
#include <simde/x86/avx.h>
#include "../../x86/avx.h"
/* Notes from the implementer (Christopher Moore aka rosbif)
*
......
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