diff options
Diffstat (limited to 'libgfortran/generated/matmul_i2.c')
-rw-r--r-- | libgfortran/generated/matmul_i2.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/libgfortran/generated/matmul_i2.c b/libgfortran/generated/matmul_i2.c index 4b8b9f2..93316cb 100644 --- a/libgfortran/generated/matmul_i2.c +++ b/libgfortran/generated/matmul_i2.c @@ -222,9 +222,9 @@ matmul_i2_avx (gfc_array_i2 * const restrict retarray, bxstride = GFC_DESCRIPTOR_STRIDE(b,0); /* bystride should never be used for 1-dimensional b. - in case it is we want it to cause a segfault, rather than - an incorrect result. */ - bystride = 0xDEADBEEF; + The value is only used for calculation of the + memory by the buffer. */ + bystride = 256; ycount = 1; } else @@ -774,9 +774,9 @@ matmul_i2_avx2 (gfc_array_i2 * const restrict retarray, bxstride = GFC_DESCRIPTOR_STRIDE(b,0); /* bystride should never be used for 1-dimensional b. - in case it is we want it to cause a segfault, rather than - an incorrect result. */ - bystride = 0xDEADBEEF; + The value is only used for calculation of the + memory by the buffer. */ + bystride = 256; ycount = 1; } else @@ -1326,9 +1326,9 @@ matmul_i2_avx512f (gfc_array_i2 * const restrict retarray, bxstride = GFC_DESCRIPTOR_STRIDE(b,0); /* bystride should never be used for 1-dimensional b. - in case it is we want it to cause a segfault, rather than - an incorrect result. */ - bystride = 0xDEADBEEF; + The value is only used for calculation of the + memory by the buffer. */ + bystride = 256; ycount = 1; } else @@ -1874,9 +1874,9 @@ matmul_i2_vanilla (gfc_array_i2 * const restrict retarray, bxstride = GFC_DESCRIPTOR_STRIDE(b,0); /* bystride should never be used for 1-dimensional b. - in case it is we want it to cause a segfault, rather than - an incorrect result. */ - bystride = 0xDEADBEEF; + The value is only used for calculation of the + memory by the buffer. */ + bystride = 256; ycount = 1; } else @@ -2480,9 +2480,9 @@ matmul_i2 (gfc_array_i2 * const restrict retarray, bxstride = GFC_DESCRIPTOR_STRIDE(b,0); /* bystride should never be used for 1-dimensional b. - in case it is we want it to cause a segfault, rather than - an incorrect result. */ - bystride = 0xDEADBEEF; + The value is only used for calculation of the + memory by the buffer. */ + bystride = 256; ycount = 1; } else |