nb_kernel_ia32_sse2.h
来自「最著名最快的分子模拟软件」· C头文件 代码 · 共 38 行
H
38 行
/* -*- mode: c; tab-width: 4; indent-tabs-mode: n; c-basic-offset: 4 -*- * * $Id: nb_kernel_ia32_sse2.h,v 1.1 2004/12/26 19:31:01 lindahl Exp $ * * This file is part of Gromacs Copyright (c) 1991-2004 * David van der Spoel, Erik Lindahl, University of Groningen. * * 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 */#ifndef _NB_KERNEL_IA32_SSE2_H_#define _NB_KERNEL_IA32_SSE2_H_/*! \file nb_kernel_ia32_sse2.h * \brief ia32 SSE2-optimized level2 nonbonded kernels. * * \internal */#include <stdio.h>#include <types/simple.h>#include "../nb_kerneltype.h"voidnb_kernel_setup_ia32_sse2(FILE *log,nb_kernel_t **list);#endif /* _NB_KERNEL_IA32_SSE2_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?