Mercurial > sdl-ios-xcode
view docs/man3/SDL_RWFromFile.3 @ 787:07760c8854d1
Date: Sat, 24 Jan 2004 14:49:58 +0100
From: Stephane Marchesin
Subject: Re: [SDL] 3DNow! detection on a P4 system
Well... I found another bug : 3dnow was detected on P2/P3 cpus. So I
took one more look at the code and found a mistake in
CPU_getCPUIDFeaturesExt :
The condition for having extended cpuinfo is that when we query extended
cpuinfo we get a result >= 0x80000001. So we must exit if eax < 0x80000001.
The attached patch does that.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 24 Jan 2004 15:55:00 +0000 |
parents | e5bc29de3f0a |
children | 546f7c1eb755 |
line wrap: on
line source
.TH "SDL_FunctionName" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference" .SH "NAME" SDL_FunctionName\- Short description of function .SH "SYNOPSIS" .PP \fB#include "SDL\&.h" .sp \fBreturn type\fBSDL_FunctionName\fP\fR(\fBparameter\fR); .SH "DESCRIPTION" .PP Full description .SH "EXAMPLES" .PP examples here .SH "SEE ALSO" .PP \fISDL_AnotherFunction\fR ...\" created by instant / docbook-to-man, Tue 11 Sep 2001, 23:00