Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bilam committed Nov 5, 2024
1 parent 4540342 commit a2b6be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsrc/x15.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ typedef struct {

#if SY_64 && SY_WIN32 && !defined(__aarch64__)
extern void double_trick(D,D,D,D);
#elseif SY_64 && SY_WIN32 && defined(__aarch64__)
#elif SY_64 && SY_WIN32 && defined(__aarch64__)
extern void double_trick(D,D,D,D,D,D,D,D);
#endif

Expand Down Expand Up @@ -257,7 +257,7 @@ static void double_trick(double*v, I n){I i=0;
#if SY_64
#if SY_WIN32 && !defined(__aarch64__)
#define dtrick {D*pd=(D*)d; double_trick(pd[0],pd[1],pd[2],pd[3]);}
#elseif SY_WIN32 && defined(__aarch64__)
#elif SY_WIN32 && defined(__aarch64__)
#define dtrick double_trick(dd[0],dd[1],dd[2],dd[3],dd[4],dd[5],dd[6],dd[7]);
#elif SY_UNIX64
#ifdef __PPC64__
Expand Down

0 comments on commit a2b6be6

Please sign in to comment.