📄 readme
字号:
Blitz header file notes1) Some matrix headers are included in this release, but only becausethe Benchmark class needs them. Their design is not yet stable,and they are untested, so use them at your own peril.2) A compiler-specific header file with configuration settings is includedfrom the master header file <blitz/bzconfig.h>. The compiler-specific header file is selected on the basis of preprocessor symbols. Since someC++ compilers (notably the IBM XL compiler for Darwin and for AIX systems)do not define a unique preprocessor symbol, we have added a -D option inthe autoconf macro AC_CXX_FLAGS_PRESET (see file m4/ac_cxx_flags_preset.m4).Thus, we use the option -D__APPLE with xlc++ and -D__IBM with xlC.Please note that any user code must also be compiled with the same -D optionin order to be compiled successfully with one of these compilers.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -