From e2b51ec01055abbd41089fc288cc5462d80652f3 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 5 Jul 2006 17:34:57 +0000 Subject: [PATCH] Forced commit to fix the log message for the previous commit: the C files for the scalb() family are only not used for i386, due to only i386 having bogus optimized asm versions for the scalb() family. Thus on amd64, rev.1.10 had no effect in the same way as on all non-i386 arches (the strong reference is just implemented in asm on amd64).