From fe25767b1cb17a4d3f0d9b34bc9bd50d8aa809ae Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Thu, 6 Feb 2014 21:39:54 -0800 Subject: [PATCH] - updated asm code to only compile when x64 mode enabled --- source/shared_lib/sources/streflop/FPUSettings.asm | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/source/shared_lib/sources/streflop/FPUSettings.asm b/source/shared_lib/sources/streflop/FPUSettings.asm index 1b3d692d..53550e8e 100644 --- a/source/shared_lib/sources/streflop/FPUSettings.asm +++ b/source/shared_lib/sources/streflop/FPUSettings.asm @@ -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 \ No newline at end of file