From mint-bounce@lists.fishpool.fi Wed Feb 27 07:52:04 2008 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=UQHqxReWCDWZurJqJcbU7Ett0zzJsILw4Lj9eW3OUQA=; b=dlKwNcRKZ9BVQtVT8NklEupx28wPtFzQHY/tYDwcbXrIql1C4KplL+q0eTBZB5S/l/ROilCFWhG/O1iV0cCRM9i+cmbl2Z57tHxYwqRu/2ehIsLqfKKP/IOO9ZIs3SHLNBJSLrJEom/eQYCmEsxQkyV/rWla4akyLuEb1lqizFk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=WDgyCzcHX3jyII119U7eY+UtP9oYg8ZLOHs5qI0XP+soj9H1eiaxR0pZGqhJavY6JCNFulNYVij0E+J0vqxZIq21ResV6wzDWFrbSBDXXgzM9xLMX+w1Czvqe1ZmHRyqJ1jFrlNanIM5/jD3tEHhr4+jcAeiSkHThEUUfRdxMXQ= Message-ID: Date: Wed, 27 Feb 2008 13:41:27 +0100 From: MiKRO To: "Olivier Landemarre" Subject: Re: [MiNT] Some mintlib patches Cc: mint@fishpool.com In-Reply-To: <47C558F6.1080403@utbm.fr> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_8762_664941.1204116087384" References: <47BC986B.7050704@gmail.com> <47C558F6.1080403@utbm.fr> X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: miro.kropacek@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: ------=_Part_8762_664941.1204116087384 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > Of course m68020-60 use only FPU instructions avaible on 68881 and 68060 > and 68040, there is no specific 68881 instruction (like sin cos...) > used with this option. > Hmm... -m68020-60Generate output for a 68060, without using any of the new instructions. This results in code which can run relatively efficiently on either a 68020/68881 or a 68030 or a 68040. *The generated code does use the 68881 instructions that are emulated on the 68060*. -- MiKRO / Mystic Bytes http://mikro.atari.org ------=_Part_8762_664941.1204116087384 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Of course m68020-60 use only FPU instructions avaible on 68881 and 68060
and 68040, there is no specific 68881 instruction  (like sin cos...)
used with this option.
Hmm...

-m68020-60
Generate output for a 68060, without using any of the new instructions. This results in code which can run relatively efficiently on either a 68020/68881 or a 68030 or a 68040. The generated code does use the 68881 instructions that are emulated on the 68060.
--
MiKRO / Mystic Bytes
http://mikro.atari.org ------=_Part_8762_664941.1204116087384--