mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
Fix compile error with ml64 assembler
This commit is contained in:
parent
424122c366
commit
55c15e4466
2 changed files with 2 additions and 4 deletions
|
@ -21,10 +21,9 @@
|
||||||
; MASM ftol conversion functions using SSE or FPU
|
; MASM ftol conversion functions using SSE or FPU
|
||||||
; assume __cdecl calling convention is being used for x86, __fastcall for x64
|
; assume __cdecl calling convention is being used for x86, __fastcall for x64
|
||||||
|
|
||||||
|
IFNDEF idx64
|
||||||
.686p
|
.686p
|
||||||
.xmm
|
.xmm
|
||||||
|
|
||||||
IFNDEF idx64
|
|
||||||
.model flat, c
|
.model flat, c
|
||||||
ENDIF
|
ENDIF
|
||||||
|
|
||||||
|
|
|
@ -24,10 +24,9 @@
|
||||||
; function prototype:
|
; function prototype:
|
||||||
; void qsnapvector(vec3_t vec)
|
; void qsnapvector(vec3_t vec)
|
||||||
|
|
||||||
|
IFNDEF idx64
|
||||||
.686p
|
.686p
|
||||||
.xmm
|
.xmm
|
||||||
|
|
||||||
IFNDEF idx64
|
|
||||||
.model flat, c
|
.model flat, c
|
||||||
ENDIF
|
ENDIF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue