Skip to content

Commit

Permalink
[infra/onert] Add tizen arm build fp16 flag (#14433)
Browse files Browse the repository at this point in the history
This commit adds 'mfp16-format=ieee' for tizen arm build.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Dec 6, 2024
1 parent b2831b7 commit 2ab2045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ set(FLAGS_COMMON ${FLAGS_COMMON}
"-mfpu=neon-vfpv4"
"-funsafe-math-optimizations"
"-ftree-vectorize"
"-mfp16-format=ieee"
)
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ set(FLAGS_COMMON ${FLAGS_COMMON}
"-mfpu=neon-vfpv4"
"-funsafe-math-optimizations"
"-ftree-vectorize"
"-mfp16-format=ieee"
)

0 comments on commit 2ab2045

Please sign in to comment.