| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
We have a determinism bug with clang [1] when -fopenmp option is used
and until its fixed lets stick with gcc to compile it. Sad but true.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
openmp is not ported for ppc32
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
llvm openmp implementation is not yet ported to mips
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
rpm needs omp, therefore it wont compile with clang on architectures not
supporting llvm libomp e.g. rv32
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
This ensures that clang compiler has proper omp runtime to link rpm
which now required omp
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|