約15,000件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:6か月以内
  • 2023/12/6 -Just stumbled on it trying to narrow down something that looks like wrong-code generation bug in gcc 4.5.0 when compiling qt4. Prepending "__attribute__(( ...

    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 ...

    2023/12/31 -What's the proper way to use different versions of SSE intrinsics in GCC? Hot Network Questions · In a GLM model with a gamma log link, how to interpret a ...

    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/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 ...

    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/2/22 -A simple program gives incorrect floating point results when compiled with the -O flag. The complete source code is in the How-To-Repeat section below.

    2023/12/26 -Currently I have a sse code and avx512 code. I ... Note: I need compile with MSVC compiler in windows not GCC compiler. ... gcc/g++. "-march=native" is supported ...

    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 ...

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