From 8a19a871893574f2eb5c34f8167d25e89228e81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 27 Mar 2012 16:10:07 +0000 Subject: avoid type-punning tricks at least on x86_64 svn path=/trunk/externals/iem/iem_spec2/; revision=16098 --- src/spec2_sqrt~.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/spec2_sqrt~.c b/src/spec2_sqrt~.c index c23de59..275b9b0 100644 --- a/src/spec2_sqrt~.c +++ b/src/spec2_sqrt~.c @@ -18,6 +18,7 @@ static t_float spec2_rsqrt_exptab[SPEC2DUMTAB1SIZE], spec2_rsqrt_mantissatab[SPE static void init_spec2_rsqrt(void) { +#ifndef __x86_64__ int i; for (i=0; i