📄 nb_kernel_ia32_3dnow_test_asm.h
字号:
/* -*- mode: c; tab-width: 4; indent-tabs-mode: n; c-basic-offset: 4 -*- * * $Id: nb_kernel_ia32_3dnow_test_asm.h,v 1.1 2004/12/26 19:27:09 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 *//*! \file nb_kernel_ia32_3dnow_test_asm.h * \brief Assembly routine to test ia32 3DNow instructions * \internal *//*! \brief Try to execute a couple of ia32 3DNow instructions * * \internal * * This routine does not produce any real result, but if * ia32 3DNnow support is not present it will trigger an * "illegal instruction" exception, which you should capture * with a signal handling routine (unless you like crashes). * * It is meant to be called from the higher level test * routine nb_kernel_ia32_3dnow_test(). */voidnb_kernel_ia32_3dnow_test_asm(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -