提交 1308dcf2 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Add declaration of cblas_sdot in actual header

上级 30e6ffb1
......@@ -994,6 +994,7 @@ def blas_header_text():
if detect_macos_sdot_bug():
if detect_macos_sdot_bug.fix_works:
header += textwrap.dedent("""\
extern "C" float cblas_sdot(int, float*, int, float*, int);
float sdot_(int* Nx, float* x, int* Sx, float* y, int* Sy)
{
return cblas_sdot(*Nx, x, *Sx, y, *Sy);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论