Joey Dumont
Joey Dumont
Might be related to https://github.com/nrc-cnrc/EGSnrc/pull/648, if your VM has gcc>=10 but you should have a `configure.log` (or `config.log`?) somewhere that will tell you the exact problem.
To add to this, it seems like spack has already done some work in mapping CPU feature flags to compiler versions, see [microarchitectures.json](https://github.com/archspec/archspec-json/blob/edd3de72de240c332f6e349a20e287d547eb60dc/cpu/microarchitectures.json). There is some logic in portage as...
I see there are now merge conflicts for this. Let me know when you're ready for me to rebase, or if you prefer to handle that.
As suggested, I made sure that this used the same `add_flex` logic that `--robot-paths` uses. However, I think URLs should be separated by `|` rather than a colon (`:`) or...
The Fortran algorithm does not have this problem.
I'll fix this in an eventual release. It should be V3 or any later version. I might change it to CC0 though.
Yeah, go right ahead!
This also happens with firmware 1.6. My N64 is a NUS-001, if that matters.
I think I only tested with SM64. I can test with other games, although from what you're saying, the behaviour I'm looking for is impossible to achieve with the MUNIA....
Hi there! Could you show me the code you are running? I couldn't reproduce your issue by calling `besselJ(100, std::complex(1.328,0))`, which results in `(1.75755e-176,0)`, which exactly agrees with [WolframAlpha](https://www.wolframalpha.com/input?i=besselJ(100%2C1.328)).