floating point - Scope of MXCSR control register? -


i'm wondering lifetime of value stored in mxcsr control register (including ftz , daz config denormal floating-point numbers): in scope of thread, or common processing on cpu/fpu?

what want know if need set (mxcsr) @ needs @ beginning of each thread of thread pool, or once in app, or impact else in app and/or system?

thanks help!

yes of course, must set mxcsr register @ beginning of each thread. thread can have own mxcsr settings, essential feature.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -