mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-12 00:48:49 +00:00
* Introduce geometry primitives based on Vc * Apply geometry primitives to some existing code Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
6 lines
85 B
C++
6 lines
85 B
C++
#include "vector.h"
|
|
#include "Allocator"
|
|
#include "common/simdize.h"
|
|
|
|
// vim: ft=cpp
|