https://github.com/JuliaLang/julia
Raw File
Tip revision: 463080e30725c5574b6150ce1a96517b5e4aa668 authored by Oscar Smith on 18 February 2024, 02:49:30 UTC
use `muladd` instead of `fma`
Tip revision: 463080e
devcontainer.json
{
    "extensions": [
      "julialang.language-julia",
      "ms-vscode.cpptools"
    ],
  
    "dockerFile": "Dockerfile"
}
back to top