Shameful commit. Fixed HackRF mode not working...

Sync'd with Sharebrained's repo, no more SIMD warnings
This commit is contained in:
furrtek
2017-04-07 02:00:05 +01:00
11 changed files with 232 additions and 63 deletions

View File

@@ -125,12 +125,6 @@ typedef enum IRQn {
#ifdef __cplusplus
/* NOTE: Override old, misbehaving SIMD #defines */
#define __SIMD32_TYPE int32_t
#define __SIMD32(addr) (*(__SIMD32_TYPE **) & (addr))
#define _SIMD32_OFFSET(addr) (*(__SIMD32_TYPE *) (addr))
/* Overload of __SXTB16() to add ROR argument, since using __ROR() as an
* argument to the existing __SXTB16() doesn't produce optimum/sane code.
*/