]> granicus.if.org Git - clang/commit
Enabling 3DNow! prefetch instruction support for a few AMD processors in the
authorYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Wed, 16 Oct 2013 19:07:02 +0000 (19:07 +0000)
committerYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Wed, 16 Oct 2013 19:07:02 +0000 (19:07 +0000)
commit15dbacc7cb0e01256345d85efdf1d43eec71b9f9
tree5b98983cf181ce215a0b1776fcbfc2adc4cb807d
parent803ccc9071a7120b20490ba0f2ca2ed7d9e96c45
Enabling 3DNow! prefetch instruction support for a few AMD processors in the
clang front end. This change will allow the __PRFCHW__ macro to be set on these
processors and hence include prfchwintrin.h in x86intrin.h header. Support for
the intrinsic itself seems to have already been added in r178041.

Differential Revision: http://llvm-reviews.chandlerc.com/D1934

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192829 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Preprocessor/predefined-arch-macros.c
test/Preprocessor/x86_target_features.c