nb_kernel_ia32_sse2_test_asm.s

来自「最著名最快的分子模拟软件」· S 代码 · 共 30 行

S
30
字号
## $Id: nb_kernel_ia32_sse2_test_asm.s,v 1.1.2.2 2007/11/28 18:35:37 spoel Exp $#### Gromacs 4.0                         Copyright (c) 1991-2003 ## David van der Spoel, Erik Lindahl#### This program is free software; you can redistribute it and/or## modify it under the terms of the GNU General Public License## as published by the Free Software Foundation; either version 2## of the License, or (at your option) any later version.#### To help us fund GROMACS development, we humbly ask that you cite## the research papers on the package. Check out http://www.gromacs.org## ## And Hey:## Gnomes, ROck Monsters And Chili Sauce##.globl nb_kernel_ia32_sse2_test_asm.globl _nb_kernel_ia32_sse2_test_asmnb_kernel_ia32_sse2_test_asm: _nb_kernel_ia32_sse2_test_asm:         emms        xorpd %xmm0,%xmm0        emms        ret

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?