Skip to content

Commit ef7ec03

Browse files
committed
minor update
1 parent faf5b34 commit ef7ec03

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

ARM.Arm-2D.pdsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
<file category="sourceC" name="Library/Source/arm_2d_conversion.c" />
264264
<file category="sourceC" name="Library/Source/arm_2d_helium.c" condition="Helium" />
265265
<file category="doc" name="documentation/index.html"/>
266-
<file category="preIncludeGlobal" name="Library/Include/template/arm_2d_cfg.h" attr="config" version="1.5.10" />
266+
<file category="preIncludeGlobal" name="Library/Include/template/arm_2d_cfg.h" attr="config" version="1.5.11" />
267267
<file category="utility" name="tools/img2c.py" attr="config" version="1.2.5"/>
268268
<file category="utility" name="tools/ttf2c.py" attr="config" version="2.3.1"/>
269269
<file category="other" name="tools/README.md" />

Library/Include/template/arm_2d_cfg.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,8 @@ extern "C" {
187187
# define __ARM_2D_CFG_OPTIMIZE_FOR_POINTER_LIKE_SHAPES_IN_TRANSFORM__ 1
188188
#endif
189189

190-
// <q> Optimize the scaler version of transform operations for hollow out masks
190+
// <q> Optimize the transform operations for hollow out masks
191191
// <i> This feature is disabled by default. There is no guarantee that the performance will increase or decrease. It is all depends your applications. If your application uses a lot of hollow out masks, it might help.
192-
// <i> This feature has no meaning when the anti-alias transform is disabled or the helium acceleration is available.
193192
#ifndef __ARM_2D_CFG_OPTIMIZE_FOR_HOLLOW_OUT_MASK_IN_TRANSFORM__
194193
# define __ARM_2D_CFG_OPTIMIZE_FOR_HOLLOW_OUT_MASK_IN_TRANSFORM__ 0
195194
#endif

examples/[template][pc][vscode]/platform/arm_2d_cfg.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,8 @@ extern "C" {
181181
#endif
182182
// </h>
183183

184-
// <q> Optimize the scaler version of transform operations for hollow out masks
184+
// <q> Optimize the transform operations for hollow out masks
185185
// <i> This feature is disabled by default. There is no guarantee that the performance will increase or decrease. It is all depends your applications. If your application uses a lot of hollow out masks, it might help.
186-
// <i> This feature has no meaning when the anti-alias transform is disabled or the helium acceleration is available.
187186
#ifndef __ARM_2D_CFG_OPTIMIZE_FOR_HOLLOW_OUT_MASK_IN_TRANSFORM__
188187
# define __ARM_2D_CFG_OPTIMIZE_FOR_HOLLOW_OUT_MASK_IN_TRANSFORM__ 0
189188
#endif

0 commit comments

Comments
 (0)