mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-03 08:02:41 +00:00
Replace a few // comments with /**/ comments in headers, for consistency.
llvm-svn: 212556
This commit is contained in:
parent
03f705fe92
commit
1287091373
@ -76,6 +76,6 @@
|
|||||||
#include <f16cintrin.h>
|
#include <f16cintrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// FIXME: LWP
|
/* FIXME: LWP */
|
||||||
|
|
||||||
#endif /* __X86INTRIN_H */
|
#endif /* __X86INTRIN_H */
|
||||||
|
@ -34,8 +34,8 @@ typedef int __v4si __attribute__((__vector_size__(16)));
|
|||||||
typedef float __v4sf __attribute__((__vector_size__(16)));
|
typedef float __v4sf __attribute__((__vector_size__(16)));
|
||||||
typedef float __m128 __attribute__((__vector_size__(16)));
|
typedef float __m128 __attribute__((__vector_size__(16)));
|
||||||
|
|
||||||
// This header should only be included in a hosted environment as it depends on
|
/* This header should only be included in a hosted environment as it depends on
|
||||||
// a standard library to provide allocation routines.
|
* a standard library to provide allocation routines. */
|
||||||
#if __STDC_HOSTED__
|
#if __STDC_HOSTED__
|
||||||
#include <mm_malloc.h>
|
#include <mm_malloc.h>
|
||||||
#endif
|
#endif
|
||||||
@ -589,7 +589,7 @@ _mm_set1_ps(float __w)
|
|||||||
return (__m128){ __w, __w, __w, __w };
|
return (__m128){ __w, __w, __w, __w };
|
||||||
}
|
}
|
||||||
|
|
||||||
// Microsoft specific.
|
/* Microsoft specific. */
|
||||||
static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
|
static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
|
||||||
_mm_set_ps1(float __w)
|
_mm_set_ps1(float __w)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user