[macstl-dev] ppc intrinsics
Michael LeBlanc
leblanc at skycomputers.com
Tue Jun 7 21:29:55 WST 2005
In gcc 3.4.2, there is no header ppc_intrinsics.h, so I commented the
include of it from macstl/functional.h. Now, can someone tell me where
to find some missing declarations?
In file included from /home/leblanc/macstl/macstl/macstl/algorithm.h:42,
from /home/leblanc/macstl/macstl/macstl/valarray.h:45,
from ../test/benchmark.cpp:63:
/home/leblanc/macstl/macstl/macstl/functional.h:
In function `int stdext::mulhi(int, int)':
/home/leblanc/macstl/macstl/macstl/functional.h:88:
error: `__mulhw' undeclared (first use this function)
/home/leblanc/macstl/macstl/macstl/functional.h:88:
error: (Each undeclared identifier is reported only once for each
function it appears in.)
/home/leblanc/macstl/macstl/macstl/functional.h:
In function `unsigned int stdext::mulhi(unsigned int, unsigned int)':
/home/leblanc/macstl/macstl/macstl/functional.h:93:
error: `__mulhwu' undeclared (first use this function)
More information about the macstl-dev
mailing list