Revision 7b59220e target-arm/neon_helper.c

b/target-arm/neon_helper.c
11 11

  
12 12
#include "cpu.h"
13 13
#include "exec.h"
14
#include "helpers.h"
14
#include "helper.h"
15 15

  
16 16
#define SIGNBIT (uint32_t)0x80000000
17 17
#define SIGNBIT64 ((uint64_t)1 << 63)

Also available in: Unified diff