mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
stuff for developing, actual debug mode as well as add the vban protocol specs
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
#pragma once
|
||||
#if defined(__ARM_NEON) || defined(__ARM_NEON__)
|
||||
#ifdef DEBUG
|
||||
#pragma message("Using ARM NEON optimizations")
|
||||
#endif
|
||||
#include <arm_neon.h>
|
||||
#define USE_NEON 1
|
||||
#else
|
||||
#ifdef DEBUG
|
||||
#pragma message("ARM NEON optimizations not available")
|
||||
#endif
|
||||
#define USE_NEON 0
|
||||
#endif
|
||||
Reference in New Issue
Block a user