FreeBSD Bugzilla – Attachment 202923 Details for
Bug 236582
Enable LLVM openmp on i386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v0
openmp.i386.diff (text/plain), 1.35 KB, created by
Jan Beich
on 2019-03-16 21:13:19 UTC
(
hide
)
Description:
v0
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2019-03-16 21:13:19 UTC
Size:
1.35 KB
patch
obsolete
>Index: contrib/openmp/runtime/src/kmp_runtime.cpp >=================================================================== >--- contrib/openmp/runtime/src/kmp_runtime.cpp (revision 345237) >+++ contrib/openmp/runtime/src/kmp_runtime.cpp (working copy) >@@ -8104,7 +8104,7 @@ __kmp_determine_reduction_method( > > #elif KMP_ARCH_X86 || KMP_ARCH_ARM || KMP_ARCH_AARCH || KMP_ARCH_MIPS > >-#if KMP_OS_LINUX || KMP_OS_WINDOWS || KMP_OS_HURD >+#if KMP_OS_LINUX || KMP_OS_FREEBSD || KMP_OS_WINDOWS || KMP_OS_HURD > > // basic tuning > >Index: lib/Makefile >=================================================================== >--- lib/Makefile (revision 345237) >+++ lib/Makefile (working copy) >@@ -196,9 +196,7 @@ _libproc= libproc > _librtld_db= librtld_db > .endif > >-.if !defined(COMPAT_32BIT) > SUBDIR.${MK_OPENMP}+= libomp >-.endif > SUBDIR.${MK_OPENSSL}+= libmp > SUBDIR.${MK_PMC}+= libpmc libpmcstat > SUBDIR.${MK_RADIUS_SUPPORT}+= libradius >Index: share/mk/src.opts.mk >=================================================================== >--- share/mk/src.opts.mk (revision 345237) >+++ share/mk/src.opts.mk (working copy) >@@ -399,7 +399,7 @@ BROKEN_OPTIONS+=NVME > BROKEN_OPTIONS+=BSD_CRTBEGIN > .endif > >-.if ${COMPILER_FEATURES:Mc++11} && ${__T} == "amd64" >+.if ${COMPILER_FEATURES:Mc++11} && (${__T} == "amd64" || ${__T} == "i386") > __DEFAULT_YES_OPTIONS+=OPENMP > .else > __DEFAULT_NO_OPTIONS+=OPENMP
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 236582
: 202923