約5,630件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:1か月以内
  • 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/2 -This guide provides an introduction to optimizing compiled code using safe, sane CFLAGS and CXXFLAGS . It also describes the theory behind optimizing in ...

    5日前 -Advanced Vector Extensions are SIMD extensions to the x86 instruction set architecture for microprocessors from Intel and Advanced Micro Devices (AMD).

    2024/5/6 -... SSE registers in a similar fashion or for kabylake which splits 512 bit operations. ... gcc 8 release. At ... gcc/bin/gcc -v Using built-in specs. COLLECT_GCC ...

    2024/5/7 -GCC is capable of preprocessing and compiling several files either into several assembler input files, or into one assembler input file; then each assembler ...

    2024/5/15 -I wonder why, on SSE, MSVC generates a 2 iteration simd loop for this while gcc just generates two unrolled sse ops. It's not like msvc doesn't unroll loops ...

    2024/4/26 -I want to use x87's FSIN through gcc's / clang's inline assembly. How would a sin() -function using an __asm__ -block internally for that look like with a 64 ...

    2024/5/14 -... SSE instruction set; bitwise operations are typically provided in earliest versions of SIMD instruction sets as they're very simple, and performance ...

    2024/5/14 -GCC performs nearly all supported optimizations ... $ man gfortran $ man gcc $ man g++. Here are ... It vectorizes loops and uses Streaming SIMD Extensions (SSE ...

    2024/4/25 -GROMACS version:2024.1 GROMACS modification: No Here post your question: Hi, I am trying to build gromacs with the following command : spack install ...

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