UAVX Port
Page last updated
19 Nov 2010, by
Prof Greg Egan.
0
replies
Three weeks on and the main hassle is the lack of a global search/edit in the interface. The local file system is useful but seems limeted on the formats that can be used in printf. Still to discover how to do a newline - \n does not seem to work?
Processor is nice and quick so most of my original integer arithmetic, with careful scaling to keep everything in range, seems not to be necessary as the integer ops followed by the shifts is probably slower than a single float op.
You need to log in to post a comment
Three weeks on and the main hassle is the lack of a global search/edit in the interface. The local file system is useful but seems limeted on the formats that can be used in printf. Still to discover how to do a newline - \n does not seem to work?
Processor is nice and quick so most of my original integer arithmetic, with careful scaling to keep everything in range, seems not to be necessary as the integer ops followed by the shifts is probably slower than a single float op.