aboutsummaryrefslogtreecommitdiff
path: root/test/104_cocsep_ttrep
diff options
context:
space:
mode:
authorenricotenuti <tenutz_27@outlook.it>2024-08-07 20:09:12 +0200
committerenricotenuti <tenutz_27@outlook.it>2024-08-07 20:09:12 +0200
commitd613e7258bca459a59cdb7b4fb8a7cb041137377 (patch)
tree28b3341cf75e2348a26ab9ee44f386c9cda22cfd /test/104_cocsep_ttrep
parentf148aa65dfe587e7b5d2f48b5005be670788dbe6 (diff)
downloadnissy-core-d613e7258bca459a59cdb7b4fb8a7cb041137377.tar.gz
nissy-core-d613e7258bca459a59cdb7b4fb8a7cb041137377.zip
cube_neon ver1
Diffstat (limited to 'test/104_cocsep_ttrep')
-rw-r--r--test/104_cocsep_ttrep/cocsep_ttrep_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/104_cocsep_ttrep/cocsep_ttrep_tests.c b/test/104_cocsep_ttrep/cocsep_ttrep_tests.c
index f0da151..f692ca8 100644
--- a/test/104_cocsep_ttrep/cocsep_ttrep_tests.c
+++ b/test/104_cocsep_ttrep/cocsep_ttrep_tests.c
@@ -29,7 +29,7 @@ void run(void) {
29 l = coord_cocsep(c); 29 l = coord_cocsep(c);
30 if (k != l) 30 if (k != l)
31 printf("cocsep %" PRId64 " (%" PRId64 "): " 31 printf("cocsep %" PRId64 " (%" PRId64 "): "
32 "%" PRId64 " ttrep %" PRIu8 32 "%" PRId64 " ttrep %" PRIu32
33 " -> %" PRId64 "\n", i, l, j, tt, k); 33 " -> %" PRId64 "\n", i, l, j, tt, k);
34 } 34 }
35 } 35 }

Generated with cgit - Back to sebastiano.tronto.net