MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetXCR0EAX

Function GetXCR0EAX

tensorflow/core/platform/cpu_info.cc:60–60  ·  view source on GitHub ↗

Visual Studio defines a builtin function, so use that if possible.

Source from the content-addressed store, hash-verified

58#ifdef PLATFORM_WINDOWS
59// Visual Studio defines a builtin function, so use that if possible.
60int GetXCR0EAX() { return _xgetbv(0); }
61#else
62int GetXCR0EAX() {
63 int eax, edx;

Callers 1

InitializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected