Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

_readfsbase_u32(), _readfsbase_u64()

Read the value of the FS base register. Both intrinsics are mapped to RDFSBASE instruction.

Syntax

extern unsigned int _readfsbase_u32();

extern unsigned __int64 _readfsbase_u64();

Description

These intrinsics read the value of the FS base register.

Returns

The value of the FS base segment register.