Commit 50b90743 authored by Robert Schmidt's avatar Robert Schmidt Committed by laurent

Define stdbool for all architectures

parent bdebefc8
......@@ -73,9 +73,9 @@
#include <simde/x86/clmul.h>
#include <simde/arm/neon.h>
#include <stdbool.h>
#define _MM_SHUFFLE(z, y, x, w) (((z) << 6) | ((y) << 4) | ((x) << 2) | (w))
#endif // x86_64 || i386
#include <stdbool.h>
#include "assertions.h"
/*
......
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