mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +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__)
|
||||
static void arm_enable_runfast_mode(void)
|
||||
{
|
||||
#if defined(__arm__)
|
||||
/* RunFast mode. Enables flush-to-zero and some
|
||||
* floating point optimizations. */
|
||||
static const unsigned x = 0x04086060;
|
||||
@ -337,6 +338,7 @@ static void arm_enable_runfast_mode(void)
|
||||
: "=r"(r)
|
||||
: "r"(x), "r"(y)
|
||||
);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user