-
-
Save srinivasyadav18/c575f5a6e77561930e3143580a967577 to your computer and use it in GitHub Desktop.
llvm clang 13.0.0 error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==================================================================================== | |
## ERROR : | |
==================================================================================== | |
[srinivasyadav227@medusa00 adapt_eve]$ clang++ -std=c++20 -stdlib=libstdc++ main.cpp | |
main.cpp:1:10: fatal error: 'experimental/simd' file not found | |
#include <experimental/simd> | |
^~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
==================================================================================== | |
==================================================================================== | |
[srinivasyadav227@medusa00 adapt_eve]$ clang++ --version | |
clang version 13.0.0 | |
Target: x86_64-unknown-linux-gnu | |
Thread model: posix | |
InstalledDir: /opt/apps/llvm/13.0.0/bin | |
==================================================================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment