- updated asm code to only compile when x64 mode enabled

This commit is contained in:
SoftCoder 2014-02-06 21:39:54 -08:00
parent b1cafabb01
commit fe25767b1c
1 changed files with 4 additions and 7 deletions

View File

@ -1,16 +1,12 @@
;
; Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
;
; Use of this source code is governed by a BSD-style license
; that can be found in the LICENSE file in the root of the source
; tree. An additional intellectual property rights grant can be found
; in the file PATENTS. All contributing project authors may
; be found in the AUTHORS file in the root of the source tree.
; Copyright (c) 2014 MegaGlest. All Rights Reserved.
;
; Use of this source code is governed by the GPL 3.x license
_text SEGMENT
; %ifidn __OUTPUT_FORMAT__,x64
; %ifdef _WIN64
IFDEF RAX
streflop_winx64_fclex PROC FRAME
@ -65,5 +61,6 @@ streflop_winx64_ldmxcsr PROC FRAME
streflop_winx64_ldmxcsr ENDP
;%endif
ENDIF
end