From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Holler Date: Sun, 20 Feb 2011 11:05:01 +0100 Subject: [U-Boot] [PATCH] ARM: Add comments why -msoft-float is used. In-Reply-To: <4D60E471.3020600@ahsoftware.de> References: <1298171532-5296-1-git-send-email-holler@ahsoftware.de> <20110220084242.B9AC11468BF@gemini.denx.de> <4D60E16E.1060406@ahsoftware.de> <4D60E471.3020600@ahsoftware.de> Message-ID: <4D60E74D.9030405@ahsoftware.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 20.02.2011 10:52, schrieb Alexander Holler: > Am 20.02.2011 10:39, schrieb Alexander Holler: > >> # -msoft-float forces the compiler to avoid any fp-related instructions >> for optimizations. >> >> Would that be better? > > Anyway, I don't care about that patch. I now know the reason. ;) > > Btw, isn't soft-float useless on ARM when armv5 is used as architecture? To answer myself: No. See http://www.arm.com/products/processors/technologies/vector-floating-point.php Regards, Alexander