本文介绍了fenv_access pragma的范围是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


根据  cplusplus.com   FENV_ACCESS宏可以在复合语句中使用并恢复。


https://msdn.microsoft.com/en-us/library/bfwa91s0.aspx 目前还不清楚fenc access pragma的范围(与宏不同)。此外,它似乎只与2012年,2013年和2015年相关。


任何人都可以澄清什么是可能的。 我的目标是在编写区间运算时在尽可能小的范围内使用fenv_access。



解决方案

Hello,

According to cplusplus.com  the FENV_ACCESS macro can be used inside a compound statement and is restored.

https://msdn.microsoft.com/en-us/library/bfwa91s0.aspx   is not clear about the scope of the fenc access pragma (not identical to the macro). Also it seems only relevant for VC 2012, 2013, and 2015.

Can anybody clarify what is possible.  My goal is to use fenv_access at the smallest possible scope when writing interval arithmetic.

解决方案


这篇关于fenv_access pragma的范围是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-18 17:28