Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the godbolt link in the readme does not compile #1044

Open
Hailios opened this issue Dec 20, 2023 · 0 comments
Open

the godbolt link in the readme does not compile #1044

Hailios opened this issue Dec 20, 2023 · 0 comments

Comments

@Hailios
Copy link

Hailios commented Dec 20, 2023

Describe the bug:

A clear and concise description of what the bug is including:
this is the current godbolt link in the readme https://godbolt.org/z/vzdvYzeqW and it fails to compile

this is the top error

<source>:20:25: error: 'numeric_limits' is not a member of 'cnl'; did you mean 'std::numeric_limits'?
   20 |     auto epsilon = cnl::numeric_limits<q7_8>::min();  // 1/256
      |                         ^~~~~~~~~~~~~~

To Reproduce:

Steps to reproduce the behavior.
click the godbolt link, see what fails.

Expected behavior:

A clear and concise description of what you expected to happen.
godbolt link should build cleanly (and potentially print something?)

Link to Compiler Explorer:

An example of the failure using Compiler Explorer https://godbolt.org/z/vzdvYzeqW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants