chiark
/
gitweb
/
~mdw
/
catacomb
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rearrange the file tree.
[catacomb]
/
math
/
gfx-kmul.c
diff --git
a/gfx-kmul.c
b/math/gfx-kmul.c
similarity index 99%
rename from
gfx-kmul.c
rename to
math/gfx-kmul.c
index ec2bd6d0515684495aaaf22cd806570a07f0a248..5a5838a0c079c6f474b2862512516e47cd1ef7d6 100644
(file)
--- a/
gfx-kmul.c
+++ b/
math/gfx-kmul.c
@@
-1,6
+1,4
@@
/* -*-c-*-
- *
- * $Id$
*
* Karatsuba's multiplication algorithm on binary polynomials
*
@@
-240,7
+238,7
@@
static test_chunk defs[] = {
int main(int argc, char *argv[])
{
- test_run(argc, argv, defs, SRCDIR"/t
ests
/gfx");
+ test_run(argc, argv, defs, SRCDIR"/t/gfx");
return (0);
}