mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
run fast mode disable for 64 bits invalid instructions.
This commit is contained in:
parent
9812f368e7
commit
7cbee3dc8f
@ -324,6 +324,7 @@ static uint64_t xgetbv_x86(uint32_t idx)
|
|||||||
#if defined(__ARM_NEON__)
|
#if defined(__ARM_NEON__)
|
||||||
static void arm_enable_runfast_mode(void)
|
static void arm_enable_runfast_mode(void)
|
||||||
{
|
{
|
||||||
|
#if defined(__arm__)
|
||||||
/* RunFast mode. Enables flush-to-zero and some
|
/* RunFast mode. Enables flush-to-zero and some
|
||||||
* floating point optimizations. */
|
* floating point optimizations. */
|
||||||
static const unsigned x = 0x04086060;
|
static const unsigned x = 0x04086060;
|
||||||
@ -337,6 +338,7 @@ static void arm_enable_runfast_mode(void)
|
|||||||
: "=r"(r)
|
: "=r"(r)
|
||||||
: "r"(x), "r"(y)
|
: "r"(x), "r"(y)
|
||||||
);
|
);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user