Path: chuka.playstation.co.uk!news From: dave@lunar1.demon.co.uk (David Wagner) Newsgroups: scee.yaroze.programming.codewarrior Subject: No FP emulation in CW? Date: Fri, 10 Apr 1998 12:52:24 GMT Organization: Not very. Pretty unorganised in fact. Lines: 19 Message-ID: <352e1377.6814288@www.netyaroze-europe.com> NNTP-Posting-Host: lunar1.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.5/32.451 Hmm... Reading through this newgroup I _finally_ figured out why I can't get sin or anything to work. No FP emulation in CodeWarrior. Bugger. Is there any reason for this particualr ommision from the Yaroze version of CodeWarrior? The FP emulation library seems to be present in the library folder (Math-ISA1-noFPU-LE.lib), so is there any way of persuading the linker to look at this library when generating code? OK, I admit I should use look up tables but I was just messing around and could not be bothered to generate them. So, is there any way to get FP support in CodeWarrior or should I just use the GNU compiler until I get round to putting look up tables in my code? Dave