forked from OSchip/llvm-project
Remove an accidental change from r147370. Would only break if the new fma4 flag was used.
llvm-svn: 147371
This commit is contained in:
parent
ffdb46ceef
commit
ba418d8e91
|
@ -42,10 +42,6 @@
|
||||||
#include <popcntintrin.h>
|
#include <popcntintrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __FMA4__
|
|
||||||
#include <fma4intrin.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// FIXME: SSE4A, 3dNOW, XOP, LWP, ABM
|
// FIXME: SSE4A, 3dNOW, XOP, LWP, ABM
|
||||||
|
|
||||||
#endif /* __X86INTRIN_H */
|
#endif /* __X86INTRIN_H */
|
||||||
|
|
Loading…
Reference in New Issue