Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenlib/intern/cpu.c')
-rw-r--r--source/blender/blenlib/intern/cpu.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/cpu.c b/source/blender/blenlib/intern/cpu.c
index 644b4e72025..860a0cae2d1 100644
--- a/source/blender/blenlib/intern/cpu.c
+++ b/source/blender/blenlib/intern/cpu.c
@@ -21,6 +21,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/blenlib/intern/cpu.c
+ * \ingroup bli
+ */
+
+
#include "BLI_cpu.h"
int BLI_cpu_support_sse2(void)