|
@@ -593,9 +593,10 @@ __krait_proc_info:
|
|
/*
|
|
/*
|
|
* Some Krait processors don't indicate support for SDIV and UDIV
|
|
* Some Krait processors don't indicate support for SDIV and UDIV
|
|
* instructions in the ARM instruction set, even though they actually
|
|
* instructions in the ARM instruction set, even though they actually
|
|
- * do support them.
|
|
|
|
|
|
+ * do support them. They also don't indicate support for fused multiply
|
|
|
|
+ * instructions even though they actually do support them.
|
|
*/
|
|
*/
|
|
- __v7_proc __v7_setup, hwcaps = HWCAP_IDIV
|
|
|
|
|
|
+ __v7_proc __v7_setup, hwcaps = HWCAP_IDIV | HWCAP_VFPv4
|
|
.size __krait_proc_info, . - __krait_proc_info
|
|
.size __krait_proc_info, . - __krait_proc_info
|
|
|
|
|
|
/*
|
|
/*
|