作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我最近一直在研究 clang 的 _ExtInt
功能(允许您声明任何大小的 int),只是想知道是否还有一个 _ExtFloat
我可用于创建自定义大小的 float 。
最佳答案
不,事实并非如此。
作为引用,以下是 LLVM 开发人员在 Reddit 上被问及同一问题时的陈述 ( Source ):
We've actually discussed this, but they are incredibly difficult to specify. You need 3 different pieces of information, and they don't scale on different hardware well.
In the case of integers, you can do transitions with truncations/sign extensions, with floats you'd need a large software library to convert floats of unsupported sizes.
关于c++ - clang 是否有 _ExtFloat 就像它有 _ExtInt 一样?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61419199/
我最近一直在研究 clang 的 _ExtInt 功能(允许您声明任何大小的 int),只是想知道是否还有一个 _ExtFloat 我可用于创建自定义大小的 float 。 最佳答案 不,事实并非如此
我是一名优秀的程序员,十分优秀!