diff options
Diffstat (limited to 'libgfortran/generated/matmul_r10.c')
-rw-r--r-- | libgfortran/generated/matmul_r10.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/libgfortran/generated/matmul_r10.c b/libgfortran/generated/matmul_r10.c index 46bc7fe..f1885a4 100644 --- a/libgfortran/generated/matmul_r10.c +++ b/libgfortran/generated/matmul_r10.c @@ -222,9 +222,9 @@ matmul_r10_avx (gfc_array_r10 * 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_r10_avx2 (gfc_array_r10 * 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_r10_avx512f (gfc_array_r10 * 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_r10_vanilla (gfc_array_r10 * 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_r10 (gfc_array_r10 * 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 |