Changeset 3741a74b854b8c0badaf4fcd8065a93faa2a7a01
- Timestamp:
- 20/05/04 03:49:08
(5 years ago)
- Author:
- Eric Petit <titer@videolan.org>
- git-committer:
- Eric Petit <titer@videolan.org> 1085017748 +0000
- git-parent:
[7b8c82f78b9ef344dde62eb0d7e9c625685e01ca]
- git-author:
- Eric Petit <titer@videolan.org> 1085017748 +0000
- Message:
misc/cpu.c: another BeOS compile fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0a306ce |
r3741a74 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 1998-2004 VideoLAN |
|---|
| 5 | | * $Id: cpu.c,v 1.14 2004/02/01 23:02:02 sigmunau Exp $ |
|---|
| | 5 | * $Id$ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| … | … | |
| 188 | 188 | if( i_edx & 0x04000000 ) |
|---|
| 189 | 189 | { |
|---|
| 190 | | # ifdef CAN_COMPILE_SSE |
|---|
| | 190 | # if defined(CAN_COMPILE_SSE) && !defined(SYS_BEOS) |
|---|
| 191 | 191 | /* We test if OS supports the SSE instructions */ |
|---|
| 192 | 192 | psz_capability = "SSE2"; |
|---|