Skip to content

Detect FP16 on FreeBSD aarch64#20729

Merged
opencv-pushbot merged 1 commit intoopencv:3.4from
MikaelUrankar:3.4
Sep 21, 2021
Merged

Detect FP16 on FreeBSD aarch64#20729
opencv-pushbot merged 1 commit intoopencv:3.4from
MikaelUrankar:3.4

Conversation

@MikaelUrankar
Copy link
Copy Markdown
Contributor

It fixes #20685

@alalek
Copy link
Copy Markdown
Member

alalek commented Sep 21, 2021

Thank you for contribution!

This patch should go into 3.4 branch first.
We will merge changes from 3.4 into master regularly (weekly/bi-weekly).

Please:

  • change "base" branch of this PR: master => 3.4 (use "Edit" button near PR title)
  • rebase your commits from master onto 3.4 branch. For example:
    git rebase -i --onto upstream/3.4 upstream/master
    (check list of your commits, save and quit (Esc + "wq" + Enter)
    where upstream is configured by following this GitHub guide and fetched (git fetch upstream).
  • push rebased commits into source branch of your fork (with --force option)

Note: no needs to re-open PR, apply changes "inplace".

@MikaelUrankar MikaelUrankar changed the base branch from master to 3.4 September 21, 2021 19:49
@opencv-pushbot opencv-pushbot merged commit 998406d into opencv:3.4 Sep 21, 2021
@alalek alalek mentioned this pull request Sep 25, 2021
@alalek alalek mentioned this pull request Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CV_CPU_FP16 is false of FreeBSD aarch64

3 participants