书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 1511 个相关结果.
  • C 接口

    C 接口 LLVM 接口 C 接口 ccall — Keyword ccall (( function_name , library ), returntype , ( argtype1 , ...), argvalue1 , ...) ccall ( function_name , returntype , ( ...
  • C 接口

    C 接口 LLVM 接口 C 接口 ccall — Keyword ccall (( function_name , library ), returntype , ( argtype1 , ...), argvalue1 , ...) ccall ( function_name , returntype , ( ...
  • C Interface

    C Interface LLVM Interface C Interface ccall (( function_name , library ), returntype , ( argtype1 , ...), argvalue1 , ...) ccall ( function_name , returntype , ...
  • Further Reading

    Further Reading Further Reading Note: This book has now inspired a video series from O’Reilly, Learning C++ Best Practices https://github.com/isocpp/CppCoreGuidelines The C...
  • 使用的三方库

    使用的三方库 使用的三方库 图书馆 许可 base64 BSD2-条款许可 升压 提升软件许可证1.0 brotli MIT capnproto MIT cctz Apache许可证2.0 双转换 BSD3-条款许可 FastMemcpy MIT googletest BSD3-条款许可 超扫描 BSD3-条款许可 libcxxab...
  • SIMD Support

    SIMD Support SIMD Support Type VecElement{T} is intended for building libraries of SIMD operations. Practical use of it requires using llvmcall . The type is defined as: stru...
  • Enable static analyzer

    370 2021-08-20 《Krita 4.4 文档》
    Enable static analyzer Enable static analyzer 目录 Enable static analyzer Install the latest version of clang-tidy For older versions of Ubuntu If you are using older ver...
  • 系统调优指南

    系统调优指南 系统调优指南 系统调优是指进行操作系统级以及数据库系统级的调优,更充分地利用机器的CPU、内存、I/O和网络资源,避免资源冲突,提升整个系统查询的吞吐量。 操作系统参数调优 在性能调优过程中,可以根据实际业务情况修改关键操作系统(OS)配置参数,以提升openGauss数据库的性能。 数据库系统参数调优 配置向量化执行引擎 ...
  • SIMD Support

    SIMD Support SIMD Support Type VecElement{T} is intended for building libraries of SIMD operations. Practical use of it requires using llvmcall . The type is defined as: stru...
  • Header编译指示

    Header编译指示 Header编译指示 header 编译指示与 noDecl 编译指示非常相似:它几乎可以应用于任何符号并指定不应该声明它,而生成的代码应该包含一个 #include : type PFile {. importc : "FILE*" , header : "<stdio.h>" .} = d...