书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 1526 个相关结果.
  • C Interface

    C Interface LLVM Interface C Interface ccall — Keyword. ccall (( function_name , library ), returntype , ( argtype1 , ...), argvalue1 , ...) ccall ( function_nam...
  • Third-Party Libraries Used

    Third-Party Libraries Used Third-Party Libraries Used Library License base64 BSD 2-Clause License boost Boost Software License 1.0 brotli MIT capnproto MIT cctz Apache Lice...
  • Using ARM NEON instructions in big endian mode

    594 2020-03-21 《LLVM 10 User Guides》
    Using ARM NEON instructions in big endian mode Introduction Example: C-level intrinsics -> assembly Problem LDR and LD1 Considerations LLVM IR Lane ordering AAPCS Alignment ...
  • How to implement a custom protocol

    How to implement a custom protocol Implementation the codec interface Configuration WORKSPACE Compilation Define a ApplicationProtocol Protocol Selection How to implement a...
  • System Image Building

    System Image Building Building the Julia system image System image optimized for multiple microarchitectures Specifying multiple system image targets Implementation overview ...
  • 11.9 地址空间的推断

    11.9 地址空间的推断 11.9 地址空间的推断 上节中声明的每个OpenCL变量都具有自己地址空间限定符,用来区分这个变量是在哪端内存区域上分配的。地址空间对于OpenCL来说是十分中要的特性。将数据放入不同的内存区域,OpenCL程序在获得高性能的同时,保证了数据一致性。这个特性通常不会出现一些比较高级的语言中,比如C++ AMP 。高级语言将...
  • 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: str...
  • 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...
  • 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>" .} = dist...