mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-26 06:01:07 +00:00
Small fixes
This commit is contained in:
parent
da51534482
commit
11ea2e0fd8
2 changed files with 0 additions and 6 deletions
|
@ -21,9 +21,6 @@
|
|||
; MASM ftol conversion functions using SSE or FPU
|
||||
; assume __cdecl calling convention is being used for x86, __fastcall for x64
|
||||
|
||||
.686
|
||||
.xmm
|
||||
|
||||
IFNDEF idx64
|
||||
.model flat, c
|
||||
ENDIF
|
||||
|
|
|
@ -24,9 +24,6 @@
|
|||
; function prototype:
|
||||
; void qsnapvector(vec3_t vec)
|
||||
|
||||
.686
|
||||
.xmm
|
||||
|
||||
IFNDEF idx64
|
||||
.model flat, c
|
||||
ENDIF
|
||||
|
|
Loading…
Reference in a new issue