Searched hist:"2016 a6a765ad5283609183a5aa14d14285aaca6e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | diff 2016a6a765ad5283609183a5aa14d14285aaca6e Mon May 11 12:49:06 CDT 2020 Joe Komlodi <joe.komlodi@xilinx.com> target/microblaze: Fix FPU2 instruction check
The check to see if we can use FPU2 instructions would return 0 if cfg.use_fpu == 2, rather than returning the PVR2_USE_FPU2_MASK.
This would cause all FPU2 instructions (fsqrt, flt, fint) to not be used.
Signed-off-by: Joe Komlodi <komlodi@xilinx.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Message-Id: <1589219346-106769-2-git-send-email-komlodi@xilinx.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
|