summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/mmx.c
Commit message (Collapse)AuthorAgeFilesLines
* Pass a target triple explicitly to check platform specific macros definitions.Simon Atanasyan2012-05-091-0/+3
| | | | | | That allows to run the tests on all platforms successfully. llvm-svn: 156500
* Make our handling of MMX x SSE closer to what gcc does:Rafael Espindola2011-11-271-0/+13
* Enabling sse enables mmx. * Disabling (-mno-mmx) mmx, doesn't disable sse (we got this right already). * The order in not important. -msse -mno-mmx is the same as -mno-mmx -msse. llvm-svn: 145194
OpenPOWER on IntegriCloud