Revision 56bf4fe2 target-arm/helper.c

b/target-arm/helper.c
2687 2687

  
2688 2688
/* NEON helpers.  */
2689 2689

  
2690
/* Constants 256 and 512 are used in some helpers; we avoid relying on
2691
 * int->float conversions at run-time.  */
2692
#define float64_256 make_float64(0x4070000000000000LL)
2693
#define float64_512 make_float64(0x4080000000000000LL)
2694

  
2690 2695
/* TODO: The architecture specifies the value that the estimate functions
2691 2696
   should return.  We return the exact reciprocal/root instead.  */
2692 2697
float32 HELPER(recpe_f32)(float32 a, CPUState *env)

Also available in: Unified diff