微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

你如何计算运行 C++ 的时间?

如何解决你如何计算运行 C++ 的时间?

你如何计算时间运行应用程序 C++ 来合成时间 00:00:00?

g++.exe -fopt-info-all=all.optrpt -O3  -fopenmp -fopenmp-simd -mthreads -mavx -fmax-errors=5   -c gcc_ompsimd_test.cpp -Fo:gcc_ompsimd_test.o
gcc_ompsimd_test.cpp:65:46: error: expected unqualified-id before 'this'
  #pragma omp declare simd simdlen(4) uniform(this)
                                              ^~~~
gcc_ompsimd_test.cpp:66:46: error: expected unqualified-id before 'this'
  #pragma omp declare simd simdlen(8) uniform(this)
                                              ^~~~
gcc_ompsimd_test.cpp:67:47: error: expected unqualified-id before 'this'
  #pragma omp declare simd simdlen(16) uniform(this)

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。