What is the reason why clang and gcc do not implement std::hardware_{constructive,destructive}_interference_size?

旧时模样 提交于 2021-02-19 05:42:13

问题


I know the answer could be that they did not prioritize it, but it really feels like intentional omission, they already have plenty of C++20 core language/library features and this C++17 feature is still not implemented.

In fact according to this table it is the only C++17 library feature that both clang and gcc did not implement.

来源:https://stackoverflow.com/questions/62025586/what-is-the-reason-why-clang-and-gcc-do-not-implement-stdhardware-constructiv

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!