summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/legacy-implementation-1.m
diff options
context:
space:
mode:
authorDimitry Andric <dimitry@andric.com>2019-05-06 17:58:03 +0000
committerDimitry Andric <dimitry@andric.com>2019-05-06 17:58:03 +0000
commit181aff63fb148f46946becbbc64ace638291e902 (patch)
tree559ff865f3f6dbc3815c08db47880289ae692113 /clang/test/SemaObjC/legacy-implementation-1.m
parentcf9e7a282b74cd12cd266ab11291a58fdc871976 (diff)
downloadbcm5719-llvm-181aff63fb148f46946becbbc64ace638291e902.tar.gz
bcm5719-llvm-181aff63fb148f46946becbbc64ace638291e902.zip
Add non-SSE wrapper for __kmp_{load,store}_mxcsr
Summary: To be able to successfully build OpenMP on FreeBSD/i386, which still uses i486 as its default processor, I had to provide wrappers for the `__kmp_load_mxcsr` and `__kmp_store_mxcsr` functions. If the compiler signals that SSE is not available, loading and storing mxcsr does not make sense anway, so in that case the inline functions are empty. This gives the minimum amount of code churn. See also https://svnweb.freebsd.org/changeset/base/345283 Reviewers: emaste, jlpeyton, Hahnfeld Reviewed By: jlpeyton Subscribers: hfinkel, krytarowski, jdoerfert, openmp-commits, llvm-commits Tags: #openmp Differential Revision: https://reviews.llvm.org/D60916 llvm-svn: 360062
Diffstat (limited to 'clang/test/SemaObjC/legacy-implementation-1.m')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud