File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,5 +43,8 @@ if(${NE10_TARGET_ARCH} STREQUAL "armv7")
4343 add_definitions (-DENABLE_NE10_PHYSICS_RELATIVE_V_VEC2F_NEON)
4444 add_definitions (-DENABLE_NE10_PHYSICS_APPLY_IMPULSE_VEC2F_NEON)
4545 endif ()
46+ if (NE10_ENABLE_IMGPROC)
47+ add_definitions (-DENABLE_NE10_IMG_ROTATE_RGBA_NEON)
48+ endif ()
4649 endif ()
4750endif ()
Original file line number Diff line number Diff line change @@ -276,8 +276,6 @@ if(NE10_ENABLE_IMGPROC)
276276 )
277277
278278 if (${NE10_TARGET_ARCH} STREQUAL "armv7" )
279- # Following definition is only available under armv7.
280- add_definitions (-DENABLE_NE10_IMG_ROTATE_RGBA_NEON)
281279 # Add image processing NEON files.
282280 set (NE10_IMGPROC_NEON_SRCS
283281 ${PROJECT_SOURCE_DIR} /modules/imgproc/NE10_rotate.neon.s
You can’t perform that action at this time.
0 commit comments