Skip to content

Commit 291a79a

Browse files
committed
Fix yup_simd module metadata
1 parent 2e7fec7 commit 291a79a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/yup_simd/yup_simd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
flags preceding it, but don't include anything else. That also includes avoiding any automatic prefix
4444
header files that the compiler may be using.
4545
*/
46-
#error "Incorrect use of JUCE cpp file"
46+
#error "Incorrect use of YUP cpp file"
4747
#endif
4848

4949
#include "yup_simd.h"

modules/yup_simd/yup_simd.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
4343
BEGIN_YUP_MODULE_DECLARATION
4444
45-
ID: yup_audio_basics
45+
ID: yup_simd
4646
vendor: yup
4747
version: 1.0.0
48-
name: YUP audio and MIDI data classes
49-
description: Classes for audio buffer manipulation, midi message handling, synthesis, etc.
48+
name: YUP single instruction multiple data (SIMD) support
49+
description: Classes and functions for SIMD operations using SSE, AVX, FMA, NEON, and Accelerate framework.
5050
website: https://github.com/kunitoki/yup
5151
license: ISC
5252
@@ -59,7 +59,7 @@
5959
*/
6060

6161
#pragma once
62-
#define YUP_AUDIO_BASICS_H_INCLUDED
62+
#define YUP_SIMD_H_INCLUDED
6363

6464
#include <yup_core/yup_core.h>
6565

0 commit comments

Comments
 (0)