1
0
forked from 0ad/0ad

Move SSE.h to a better place. Rename it to simd.h after discussion with @OptimusShepard and @vladislavbelov

Differential Revision: https://code.wildfiregames.com/D3437
This was SVN commit r24840.
This commit is contained in:
Stan 2021-02-05 12:40:59 +00:00
parent e3c44f0bde
commit dd9e14d5d1
4 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2020 Wildfire Games.
/* Copyright (C) 2021 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@ -20,8 +20,8 @@
#include "graphics/Color.h"
#include "graphics/SColor.h"
#include "lib/sysdep/arch/x86_x64/simd.h"
#include "maths/MathUtil.h"
#include "lib/sse.h"
#include "ps/CLogger.h"
#include "ps/CStr.h"

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2020 Wildfire Games.
/* Copyright (C) 2021 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@ -23,7 +23,7 @@
#include "ModelDef.h"
#include "graphics/SkeletonAnimDef.h"
#include "lib/sse.h"
#include "lib/sysdep/arch/x86_x64/simd.h"
#include "ps/FileIo.h"
#include "maths/Vector4D.h"

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2020 Wildfire Games.
/* Copyright (C) 2021 Wildfire Games.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
@ -22,7 +22,7 @@
#include "precompiled.h"
#include "lib/sse.h"
#include "lib/sysdep/arch/x86_x64/simd.h"
#if COMPILER_HAS_SSE
#include "lib/code_generation.h"

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2020 Wildfire Games.
/* Copyright (C) 2021 Wildfire Games.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the