Commit 220e70df by Nick Clifton Committed by Nick Clifton

re PR c/54306 (ARM iwmmxt2 commit adds imbalanced #endif in mmintrin.h)

	PR target/54306
	* config/arm/mmintrin.h: Remove spurious #endif.

From-SVN: r190511
parent 92f7f5fd
2012-08-19 Nick Clifton <nickc@redhat.com>
PR target/54306
* config/arm/mmintrin.h: Remove spurious #endif.
2012-08-18 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config/avr/avr-log.c (avr_log_vadump): Properly use
......
......@@ -1670,7 +1670,7 @@ _mm_torvscw ()
{
__asm __volatile ("torvscw r15");
}
#endif
#endif /* __IWMMXT2__ */
static __inline __m64
_mm_tbcst_pi8 (int value)
......@@ -1832,5 +1832,5 @@ _mm_tbcst_pi32 (int value)
#if defined __cplusplus
}; /* End "C" */
#endif /* __cplusplus */
#endif /* __IWMMXT__ */
#endif /* _MMINTRIN_H_INCLUDED */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment