Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.

Scope of MXCSR control register?

tran_l_
Beginner
346 Views

scope of MXCSR control register is scope of thread, is it?

That it mean:

Default FTZ is OFF.

Thread A set FTZ to ON. After that, in all others threads, FTZ is still OFF.

I refer to link: http://stackoverflow.com/questions/4948057/scope-of-mxcsr-control-register

 

0 Kudos
1 Reply
Roman_D_Intel
Employee
346 Views

Hi tran I.

You are right, MXCSR register is a part of architectural register state of a (logical) core. See volume 1 chapter 10.2 (SSE programming environment) in Intel Architectures Software Development manual for details.

Thanks,

Roman

0 Kudos
Reply