Giuliano Pochini wrote: > From altivec p. e. m.: "1.2.6 - The AltiVec vector unit never generates an > exception" > > I just started to read the book, but I think AltiVec tells nothing even on > things like divisions by 0, etc.
C++ exceptions, not machine exceptions: if (failure()) thow Oops(); - Adrian Cox, AG Electronics