約13,300件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:6か月以内
  • 2024/6/18 -You can select either ' sse ' which enables -msse2 or ' avx ' which enables -mavx by default. This option is only supported on i386 and x86-64 targets. --with- ...

    2024/7/19 -This guide provides an introduction to optimizing compiled code using safe, sane CFLAGS and CXXFLAGS . It also describes the theory behind optimizing in ...

    2024/2/17 -For completeness, the code always executes SIMD in GCC 13.2 and never executes SIMD in clang 17.0. ... GCC 13.2 (ideally, without manually writing SSE). c++ · gcc ...

    2024/6/8 -The new -mskip-rax-setup option skips setting up the RAX register when SSE is disabled and there are no variable arguments passed in vector registers. This ...

    2024/4/28 -The Intel C++ Compiler can automatically generate SSE4, SSSE3, SSE3, SSE2, and SSE code without the use of hand-coded assembly. Since GCC 3, GCC can ...

    2024/5/8 -In GCC 14, we continue pushing towards the trend of mixing SVE and Advanced SIMD code. When you are compiling code for an SVE-capable system but the compiler's ...

    A.これはFFMPEGのログですよね。これを見る限りだと変換自体のエラーではないようです。 変換時にQT3GPPFlattenを使う設定になっていませんか?QuickTimeのバージョンによっては、...

    2024/5/8 -To do this is quite simple and GCC has annotations to properly do the name mangling and to inform the compiler that the function being declared is using the ...

    2024/4/18 -I'm calling std::popcount() in some code where it becomes the top line in perf report . I can use a lookup table instead which greatly improves performance.

    2024/4/12 -Intel and AMD CPU architectures support vectorization. The most well-known form is called Streaming SIMD Extension, or SSE. It allows four floating point ...

    2024/4/3 -hmpf, in #4669 we introduced some "new" boost geometry header and my compiler (gcc 13.2.1) doesn't like v1.83. it throws warnings (as errors) like ...