Xref: news2.mv.net comp.os.msdos.djgpp:8586 From: zvrba AT jagor DOT srce DOT hr (Zeljko Vrba) Newsgroups: comp.os.msdos.djgpp Subject: long long type Date: 13 Sep 1996 09:37:53 GMT Organization: Public host at University Computing Centre, Zagreb, CROATIA Lines: 9 Distribution: world Message-ID: <51ba1h$gk8@bagan.srce.hr> NNTP-Posting-Host: jagor.srce.hr Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp The gcc info says that long long type is implemented in software if the hardware cannot handle 64 bit integers. But Intel coprocessors CAN handle 64 bit integers, and DJGPP still uses slow library routines to do addition,substraction etc... Even Turbo Pascal knows of Comp type (64 bit integers) and deals with it as with ordinary 'Real' numbers. Why doesn't gcc use Intel 387 instructions to do 64 bit integer arithmetic?