Revision 4373f3ce target-arm/cpu.h

b/target-arm/cpu.h
168 168
        int vec_len;
169 169
        int vec_stride;
170 170

  
171
        /* Temporary variables if we don't have spare fp regs.  */
172
        float32 tmp0s, tmp1s;
173
        float64 tmp0d, tmp1d;
174 171
        /* scratch space when Tn are not sufficient.  */
175 172
        uint32_t scratch[8];
176 173

  

Also available in: Unified diff