]> granicus.if.org Git - clang/commit
[X86] Add 3dnow and 3dnowa to the list of valid target features
authorMartin Storsjo <martin@martin.st>
Mon, 6 Nov 2017 20:33:13 +0000 (20:33 +0000)
committerMartin Storsjo <martin@martin.st>
Mon, 6 Nov 2017 20:33:13 +0000 (20:33 +0000)
commit5c0c18f6b770d8609f89cdf0dd43aedaf2863e14
tree75749cfc26941691e167a6aad506188d410d8b75
parent0b7495e18087b0676af7e25a18f1434dc40b963b
[X86] Add 3dnow and 3dnowa to the list of valid target features

These were missed in SVN r316783, which broke compiling mingw-w64 CRT.

Differential Revision: https://reviews.llvm.org/D39631

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317504 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets/X86.cpp
test/Headers/mm3dnow.c [new file with mode: 0644]