Forum: Mlucas
2006-01-17, 19:07
|
|
Replies: 9
Views: 2,397
|
Forum: Mlucas
2006-01-15, 23:58
|
|
Replies: 9
Views: 2,397
I did it, it took me a minute to spot an...
I did it, it took me a minute to spot an (apparent) mistake in the code, the lines:
#elif(defined(__GNUC__))
#define UMULH(x, y) \
(lines 166-167 of qfloat.c), had to be replaced by
|
Forum: Mlucas
2006-01-15, 20:54
|
|
Replies: 9
Views: 2,397
|
Forum: Mlucas
2006-01-15, 18:54
|
|
Replies: 9
Views: 2,397
|
Forum: Mlucas
2006-01-15, 16:57
|
|
Replies: 9
Views: 2,397
Mlucas problems on Linux Alpha
Hi, this is my first post here.
I was trying to run the Mlucas software on a dual Alpha machine running linux
pd@shell bin $ uname -a
Linux shell 2.4.31 #10 SMP Thu Jul 21 14:49:25 CEST 2005...
|