| author | Damien Lespiau <damien.lespiau@intel.com> | 2009-06-06 17:49:17 (GMT) |
|---|---|---|
| committer | Damien Lespiau <damien.lespiau@intel.com> | 2009-06-06 17:49:17 (GMT) |
| commit | c2340fd1893223d41549b6f131ca7c391d6ae968 (patch) (side-by-side diff) | |
| tree | c44db98e51fde972d7255ac3e1273f6e7d3c7b4d /main.c | |
| parent | 3a1614fcf002829b04b40252e98fd60e1f7553a4 (diff) | |
| download | blend-5551-sse2-master.tar.gz blend-5551-sse2-master.tar.bz2 | |
| -rw-r--r-- | main.c | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +/* + * A simple program to blend two RGBA 5551 layers using MMX/SSE2 instructions + * + * Copyright (C) 2007 Damien Lespiau + * + * 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. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include <stdio.h> #include <stdlib.h> |
