Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Default model value for -ftls-model

Andres_M_Intel4
Employee
274 Views
I'm working with the compiler options and the documentation seems to miss which is the default model for -ftls-model.How likely is that this option improves performance on a threaded application? Which is the default model for that option?
0 Kudos
2 Replies
Om_S_Intel
Employee
274 Views
The compiler option-ftls-model=model description needs improvement. I have submitted a request to development team on this.
0 Kudos
Om_S_Intel
Employee
274 Views
The default is not to use the thread local storagel. This is clarified in latest Intel C++ Composer XE 12.1 documentation.
0 Kudos
Reply