Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Scope of MXCSR control register?

tran_l_
Beginner
805 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
805 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