https://github.com/JuliaLang/julia
Raw File
Tip revision: 80e7ef0d9065e3aef55a4ee4b1136d5c68690c99 authored by Jeff Bezanson on 23 March 2023, 22:23:30 UTC
use gc preserve instead of noinline to remove allocation in `unsafe_write`
Tip revision: 80e7ef0
blastrampoline.version
## jll artifact
BLASTRAMPOLINE_JLL_NAME := libblastrampoline

## source build
BLASTRAMPOLINE_VER := 5.4.0
BLASTRAMPOLINE_BRANCH=v5.4.0
BLASTRAMPOLINE_SHA1=d00e6ca235bb747faae4c9f3a297016cae6959ed
back to top