You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#include <x86intrin.h>
int main() {
__m256 x = _mm256_set1_ps(1);
return 0;
}
And Archer (dc4e363) build with out of source with LLVM 4.0 and OMP-TR4 I get:
1. <eof> parser at end of file
2. Per-function optimization
3. Running pass 'InstrumentParallel' on function '@_mm256_set1_ps'
clang-4.0: error: unable to execute command: Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
This code seems to work with upstream TSan. I think the error reffers to the versioning code for parallel regions. @simoatze do you think this can behandled with a general approach?
Given:
And Archer (dc4e363) build with out of source with LLVM 4.0 and OMP-TR4 I get:
The text was updated successfully, but these errors were encountered: