ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
avx2.h
Go to the documentation of this file.
1#pragma once
2
17#include "../image.h"
18
19#if SIMD_SUPPORT_AVX2
20
29char *render_ascii_image_monochrome_avx2(const image_t *image, const char *ascii_chars);
30
41char *render_ascii_avx2_unified_optimized(const image_t *image, bool use_background, bool use_256color,
42 const char *ascii_chars);
43
49void avx2_caches_destroy(void);
50
51#endif /* SIMD_SUPPORT_AVX2 */
52
Image structure.