mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-23 00:30:47 +02:00
[pixman/src/fbmmx.c] Add comment around M64
/* cast to void* in the middle to shut gcc up warning about * "dereferencing type-punned pointers". */
This commit is contained in:
parent
c316b7220d
commit
3b7751279c
1 changed files with 3 additions and 0 deletions
|
|
@ -157,6 +157,9 @@ static const MMXData c =
|
|||
#define MC(x) c.mmx_##x
|
||||
#endif
|
||||
|
||||
/* cast to void* in the middle to shut gcc up warning about
|
||||
* "dereferencing type-punned pointers".
|
||||
*/
|
||||
#define M64(x) (*(__m64*)(void*)(&x))
|
||||
|
||||
static __inline__ __m64
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue