e_mmx: & evry: Remove unneeded white spaces

Remove unnecessary white spaces

Differential Revision: https://phab.enlightenment.org/D11779
This commit is contained in:
Elyes HAOUAS 2020-05-06 07:15:33 +00:00 committed by Stefan Schmidt
parent 153f479d3f
commit 7071faca6c
2 changed files with 8 additions and 8 deletions

View File

@ -451,7 +451,7 @@ typedef union {
__asm__ ( \
"movq (%1), %%mm0 \n" \
"movq 0x8(%1), %%mm1 \n" \
"movq 0x10(%1), %%mm2 \n" \
"movq 0x10(%1), %%mm2 \n" \
"movq 0x18(%1), %%mm3 \n" \
"movq %%mm0, (%0) \n" \
"movq %%mm1, 0x8(%0) \n" \
@ -465,7 +465,7 @@ typedef union {
__asm__ ( \
"movq (%1), %%mm0 \n" \
"movq 0x8(%1), %%mm1 \n" \
"movq 0x10(%1), %%mm2 \n" \
"movq 0x10(%1), %%mm2 \n" \
"movq 0x18(%1), %%mm3 \n" \
"movq 0x20(%1), %%mm4 \n" \
"movq %%mm0, (%0) \n" \
@ -481,7 +481,7 @@ typedef union {
__asm__ ( \
"movq (%1), %%mm0 \n" \
"movq 0x8(%1), %%mm1 \n" \
"movq 0x10(%1), %%mm2 \n" \
"movq 0x10(%1), %%mm2 \n" \
"movq 0x18(%1), %%mm3 \n" \
"movq 0x20(%1), %%mm4 \n" \
"movq 0x28(%1), %%mm5 \n" \
@ -503,7 +503,7 @@ typedef union {
__asm__ ( \
"movq (%1), %%mm0 \n" \
"movq 0x8(%1), %%mm1 \n" \
"movq 0x10(%1), %%mm2 \n" \
"movq 0x10(%1), %%mm2 \n" \
"movq 0x18(%1), %%mm3 \n" \
"movq 0x20(%1), %%mm4 \n" \
"movq 0x28(%1), %%mm5 \n" \
@ -525,7 +525,7 @@ typedef union {
__asm__ ( \
"movdqu (%1), %%xmm0 \n" \
"movdqu 0x10(%1), %%xmm1 \n" \
"movdqu 0x20(%1), %%xmm2 \n" \
"movdqu 0x20(%1), %%xmm2 \n" \
"movdqu 0x30(%1), %%xmm3 \n" \
"movdqu 0x40(%1), %%xmm4 \n" \
"movdqu 0x50(%1), %%xmm5 \n" \
@ -547,7 +547,7 @@ typedef union {
__asm__ ( \
"movdqa (%1), %%xmm0 \n" \
"movdqa 0x10(%1), %%xmm1 \n" \
"movdqa 0x20(%1), %%xmm2 \n" \
"movdqa 0x20(%1), %%xmm2 \n" \
"movdqa 0x30(%1), %%xmm3 \n" \
"movdqa 0x40(%1), %%xmm4 \n" \
"movdqa 0x50(%1), %%xmm5 \n" \

View File

@ -37,12 +37,12 @@
#define EVRY_TYPE_TEXT 7
#define NUM_EVRY_TYPES 8
#define EVRY_EVENT_ITEM_SELECTED 0
#define EVRY_EVENT_ITEM_SELECTED 0
#define EVRY_EVENT_ITEM_CHANGED 1
#define EVRY_EVENT_ITEMS_UPDATE 2
#define EVRY_EVENT_ACTION_PERFORMED 3
#define EVRY_EVENT_PLUGIN_SELECTED 4
#define NUM_EVRY_EVENTS 5
#define NUM_EVRY_EVENTS 5
typedef struct _Evry_API Evry_API;
typedef struct _Evry_Module Evry_Module;