Skip to content

Commit 9702874

Browse files
committed
Merge branch 'master' of jsoftware.com:jsource
2 parents f8731e3 + 54b86e8 commit 9702874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsrc/viix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ static B jtiixI(J jt,I n,I m,A a,A w,I*zv){A t;B ascend;I*av,j,p,q,*tv,*u,*v,*wv
103103

104104
// parallel implementations of I. in assembly
105105
// Mac doesn't support fsgsbase (but x86 mac is a dead-end, so w/e). According to hearsay, support is spotty on windows (todo investigate). Also, the windows abi doc says you have to always have a valid stack pointer and we clobber it; probably SEH related stuff or something? Do we have to actually do that?
106-
#if C_AVX2 && SY_LINUX
106+
#if C_AVX512 && SY_LINUX
107107
#define FAST_IIX
108108
#define IIXIA 4 //iix on ints alignemnt. Update below code if this exceeds 8
109109
__attribute__((sysv_abi)) void jtiixi_1a(I*z,I*a,I*w,I n,I m,I nct),jtiixi_1d(I*,I*,I*,I,I,I);

0 commit comments

Comments
 (0)