/*
 * $Id: altivec_math.h 200 2007-11-03 11:53:08Z hderuiter $
 *
 * $Date: 2007-11-03 12:26:08 $
 * $Revision: 000 $
 *
 * (C) 2009 by Hans de Ruiter
 * All rights reserved
 *
 * This file is part of the MiniGL library project
 * See the file Licence.txt for more details
 *
 */

#ifndef __ALTIVEC_MATH_H__
#define __ALTIVEC_MATH_H__

/** disables exceptions for denormalized numbers (e.g., the result of a divide by zero).
 */
void disableDenormalizedException();

void m_Mult_altivec(Matrix *pA, float *v, int vtype, Matrix *pC);

void v_TransformToClip(GLcontext context);

#endif
