On 23 March 2015 at 17:05, Alex Bennée <[email protected]> wrote: > + /* Advanced SIMD and FP registers > + * We map Qn = regs[2n+1]:regs[2n] > + */ > + for (i = 0; i < 32; i++) { > + int rd = i << 1; > + float128 fp_val = make_float128(env->vfp.regs[rd + 1], > + env->vfp.regs[rd]);
float128 is part of softfloat; it doesn't really belong here... -- PMM _______________________________________________ kvmarm mailing list [email protected] https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
