The assembly microkernel is not safe to use on ELFv1

This commit is contained in:
Martin Kroeker
2019-11-03 22:42:46 +01:00
committed by GitHub
parent d2a6285549
commit 68597002ea

View File

@@ -316,6 +316,7 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x)
if (inc_x == 1) {
#if defined(_CALL_ELF) && (_CALL_ELF == 2)
BLASLONG n1 = n & -16;
if (n1 > 0) {
@@ -323,6 +324,7 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x)
i = n1;
ix = n1 << 1;
}
#endif
while(i < n)
{