/* copyfunctions implementation in mmx Copyright (C) 2000 Martin Vogt This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation. For more information look at the file COPYRIGHT in this package */ #include "copyFunctions_mmx.h" using namespace std; // mmx goodies static long ADD_1[] = {0x01010101, 0x01010101}; static long ADDW_1[] = {0x00010001, 0x00010001}; static long MASK_AND[] = {0x7f7f7f7f, 0x7f7f7f7f}; void dummyCopyFunctions() { cout << "ADD_1:"<