Skip to content

Commit

Permalink
[BLIS] Append 64_ Suffix to All F77 Exported (JuliaPackaging#4463)
Browse files Browse the repository at this point in the history
Append 64_ suffix to all F77 exported routines.
  • Loading branch information
xrq-phys authored and simeonschaub committed Feb 23, 2022
1 parent 2f36a17 commit b91ef7f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion B/blis/bundled/patches/bli_macro_defs.h.f77suffix64.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
160c160
88,91c88,91
< #define PASTEF770(name) name ## _
< #define PASTEF77(ch1,name) ch1 ## name ## _
< #define PASTEF772(ch1,ch2,name) ch1 ## ch2 ## name ## _
< #define PASTEF773(ch1,ch2,ch3,name) ch1 ## ch2 ## ch3 ## name ## _
---
> #define PASTEF770(name) name ## _64_
> #define PASTEF77(ch1,name) ch1 ## name ## _64_
> #define PASTEF772(ch1,ch2,name) ch1 ## ch2 ## name ## _64_
> #define PASTEF773(ch1,ch2,ch3,name) ch1 ## ch2 ## ch3 ## name ## _64_

0 comments on commit b91ef7f

Please sign in to comment.