Ignore:
Timestamp:
May 21, 2000, 10:57:14 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/common_x86asm.h

    r2938 r3582  
    1 /* $Id: common_x86asm.h,v 1.1 2000-02-29 00:48:26 sandervl Exp $ */
     1/* $Id: common_x86asm.h,v 1.2 2000-05-21 20:20:44 jeroen Exp $ */
    22
    33/*
     
    3131 *
    3232 *  Written by Holger Waechtler <holger@akaflieg.extern.tu-berlin.de>
     33 *  Changed by Andre Werthmann <wertmann@cs.uni-potsdam.de> for using the
     34 *  new Katmai functions
    3335 */
    3436#ifndef _common_3dnow_h
     
    3840#define  GL_CPU_MMX              2
    3941#define  GL_CPU_3Dnow            4
    40 #define  GL_CPU_AnyX86           8 /* set if x86 asm allowed */
     42#define  GL_CPU_Katmai           8 /* set if the katmai-instructions are available */
     43#define  GL_CPU_AnyX86           16 /* set if x86 asm allowed */
    4144
    4245#ifdef HAVE_CONFIG_H
     
    4649#ifdef USE_X86_ASM
    4750#include "x86.h"
    48 #if defined(USE_3DNOW_ASM)
     51#ifdef USE_3DNOW_ASM
    4952#include "3dnow.h"
     53#endif
     54#ifdef USE_KATMAI_ASM
     55#include "katmai.h"
    5056#endif
    5157#endif
Note: See TracChangeset for help on using the changeset viewer.