Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ SetFPCR
Function
SetFPCR
Source/Common/HostFeatures.cpp:370–372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
368
}
369
370
static void SetFPCR(uint64_t Value) {
371
__asm(
"msr FPCR, %[Value]"
::[Value]
"r"
(Value));
372
}
373
374
#ifndef VIXL_SIMULATOR
375
__attribute__((naked)) static uint64_t ReadSVEVectorLengthInBits() {
Callers
1
FetchHostFeatures
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected