diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-09-14 15:07:48 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-09-14 15:07:48 +0200 |
| commit | 775c1c19ec21f4c1626e212ed42260cbaa5db9e2 (patch) | |
| tree | 512eb098fbfd36fe8563bd6ba90493fa433f1a19 /src/wrapped/generated/wrappedliblapacktypes.h | |
| parent | f077b2845902ef5a69a10cd7ce764f08675acd31 (diff) | |
| download | box64-775c1c19ec21f4c1626e212ed42260cbaa5db9e2.tar.gz box64-775c1c19ec21f4c1626e212ed42260cbaa5db9e2.zip | |
[WRAPPER] Added wrapped libblas.so.3 and liblapack.so.3
Diffstat (limited to 'src/wrapped/generated/wrappedliblapacktypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedliblapacktypes.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedliblapacktypes.h b/src/wrapped/generated/wrappedliblapacktypes.h new file mode 100644 index 00000000..18d79453 --- /dev/null +++ b/src/wrapped/generated/wrappedliblapacktypes.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.5.0.24) * + *******************************************************************/ +#ifndef __wrappedliblapackTYPES_H_ +#define __wrappedliblapackTYPES_H_ + +#ifndef LIBNAME +#error You should only #include this file inside a wrapped*.c file +#endif +#ifndef ADDED_FUNCTIONS +#define ADDED_FUNCTIONS() +#endif + + +#define SUPER() ADDED_FUNCTIONS() + +#endif // __wrappedliblapackTYPES_H_ |