From mint-bounce@lists.fishpool.fi Mon Jun 14 10:42:12 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=xgGC/gg6EUizNbFPGavwU4cfAx2J5JOR896a1JMoxEs=; b=Kko9Jd0QBVifpXm/4PyhQ6bUhX3uHDRgXykGnWW4oiLAeolIsDM4ExjxMMPgyF43p9 w0rFeI4LY2zlZ2urx3y+AXi5K6jg8pmeLU2Z66JWS7lPUbCMKO5wLaew73oa5Toh16Ax c6zjCDtMmjoR6P/uw09dfC04g9UYSWsfZWYJ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=eV7Y3wjUNPHrMVIqJuife3C5PeGBEew0UZqFUt9p2Y9Wli4gvWkW8LgHJRDWZK5R6a rHb8YxrnNOZjISXC+fpHUzTc7u/Rrir6qPTKrD4nbaeI7fl/Z5HAAN/TGEu97+oL1TQS WxP1cfO8htHti8NJLmcrO9tOB0AKXOPFOhoLs= Message-ID: <4C163DF4.9060102@freesbee.fr> Date: Mon, 14 Jun 2010 16:34:28 +0200 From: =?UTF-8?B?VmluY2VudCBSaXZpw6hyZQ==?= User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: mint Subject: Re: [MiNT] Libcurl-ssl / RPM package References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: m0n0 a écrit : > ( altough I never completed an SSL connection / download, because of the > decryption takes so long with my falcon, I will put an FPU into my falcon > today, maybe that speed's things up...(?) ) Things must be clear: Currently there is no way to build binaries that will detect the FPU and use it if present. If you compile a program with the default options (-m68000 implied), it will totally ignore the FPU. If you compile a program with -m68020-60, it will use the FPU in any case. The program will fail and display an explicit error message if someone tries to run it on a system without an FPU. So if you add a 68881/68882 to your Falcon, there will be no speedup for your current programs. But you will be able to run new software requiring an FPU. About SSL, I don't know if the FPU could speed up things. -- Vincent Rivière