diff options
Diffstat (limited to 'contrib/llvm-project/clang/lib/Headers/pmmintrin.h')
| -rw-r--r-- | contrib/llvm-project/clang/lib/Headers/pmmintrin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/clang/lib/Headers/pmmintrin.h b/contrib/llvm-project/clang/lib/Headers/pmmintrin.h index c376f298cc30..a83b2eb6d8e2 100644 --- a/contrib/llvm-project/clang/lib/Headers/pmmintrin.h +++ b/contrib/llvm-project/clang/lib/Headers/pmmintrin.h @@ -263,7 +263,7 @@ _mm_movedup_pd(__m128d __a) static __inline__ void __DEFAULT_FN_ATTRS _mm_monitor(void const *__p, unsigned __extensions, unsigned __hints) { - __builtin_ia32_monitor((void *)__p, __extensions, __hints); + __builtin_ia32_monitor(__p, __extensions, __hints); } /// Used with the MONITOR instruction to wait while the processor is in |
