Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Vorbis
Commits
998eed3f
Commit
998eed3f
authored
Jan 30, 2001
by
Michael Smith
Browse files
Only use MSVC inline assembly on MSVC, not for win32 in general.
svn path=/trunk/vorbis/; revision=1225
parent
e9963f88
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/os.h
View file @
998eed3f
...
...
@@ -14,7 +14,7 @@
********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal.
last mod: $Id: os.h,v 1.
19 2000/12/21 21:04:40 xiphmont
Exp $
last mod: $Id: os.h,v 1.
20 2001/01/30 09:40:11 msmith
Exp $
********************************************************************/
...
...
@@ -129,8 +129,8 @@ static int vorbis_ftoi(double f){
typedef
int
vorbis_fpu_control
;
#ifdef _
WIN32
#ifdef _
MSC_VER
/* MSVC++ */
static
__inline
int
vorbis_ftoi
(
double
f
){
int
i
;
__asm
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment