OpenTTD
32bpp_sse4.cpp
Go to the documentation of this file.
1 /* $Id: 32bpp_sse4.cpp 26482 2014-04-23 20:13:33Z rubidium $ */
2 
3 /*
4  * This file is part of OpenTTD.
5  * OpenTTD 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, version 2.
6  * OpenTTD 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.
7  * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
8  */
9 
12 #ifdef WITH_SSE
13 
14 #include "../stdafx.h"
15 #include "../zoom_func.h"
16 #include "../settings_type.h"
17 #include "32bpp_sse4.hpp"
18 #include "32bpp_sse_func.hpp"
19 
20 #include "../safeguards.h"
21 
23 static FBlitter_32bppSSE4 iFBlitter_32bppSSE4;
24 
25 #endif /* WITH_SSE */